We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc28921 commit bef53e7Copy full SHA for bef53e7
Cargo.toml
@@ -2,6 +2,10 @@
2
name = "oidc_agent_rs"
3
version = "0.1.0"
4
edition = "2021"
5
+license = "MIT OR Apache-2.0"
6
+description = "Unix only oidc-agent library for Rust."
7
+repository = "https://github.com/Nithe14/oidc-agent-rs"
8
+readme = "README.md"
9
10
[dependencies]
11
chrono = { version = "0.4.38", features = ["serde"] }
0 commit comments