oidc-test-client/Cargo.toml
Pierre Hubert 7a45fe1c0c
All checks were successful
continuous-integration/drone Build is passing
Add base configuration (#1)
Reviewed-on: #1
2023-04-27 15:51:07 +00:00

12 lines
296 B
TOML

[package]
name = "oidc-test-client"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = "0.4.17"
env_logger = "0.10.0"
clap = {version="4.2.4", features=["derive", "env"]}
lazy_static = "1.4.0"