init commit

This commit is contained in:
2022-01-10 23:59:03 +08:00
parent f7d8c76001
commit ea811aea56
5 changed files with 177 additions and 0 deletions

17
Cargo.toml Normal file
View 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"] }