init commit
This commit is contained in:
17
Cargo.toml
Normal file
17
Cargo.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
[package]
|
||||
name = "oidc_client_flow_login"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
rust_util = "0.6.41"
|
||||
clap = "3.0.5"
|
||||
base64 = "0.13.0"
|
||||
urlencoding = "2.1.0"
|
||||
reqwest = { version= "0.11.8", features = ["json", "socks"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
tokio = { version = "1.15.0", features = ["full"] }
|
||||
|
||||
Reference in New Issue
Block a user