nefarious-login/examples/clap/Cargo.toml
kjuulh 89acf8c343
feat: with clap example
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-10-22 22:34:00 +02:00

17 lines
335 B
TOML

[package]
name = "clap"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nefarious-login.workspace = true
tokio.workspace = true
anyhow.workspace = true
axum.workspace = true
clap.workspace = true
tracing-subscriber.workspace = true