feat: with clap example

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-10-22 22:33:47 +02:00
parent 32d8030f24
commit 89acf8c343
7 changed files with 162 additions and 32 deletions

16
examples/clap/Cargo.toml Normal file
View File

@@ -0,0 +1,16 @@
[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