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
Cargo.lock generated
View File

@@ -520,7 +520,7 @@ version = "0.1.0"
dependencies = [
"anyhow",
"axum",
"clap",
"clap 4.4.6",
"nefarious-login",
"tokio",
"tracing-subscriber",
@@ -660,6 +660,18 @@ dependencies = [
"inout",
]
[[package]]
name = "clap"
version = "0.1.0"
dependencies = [
"anyhow",
"axum",
"clap 4.4.6",
"nefarious-login",
"tokio",
"tracing-subscriber",
]
[[package]]
name = "clap"
version = "4.4.6"
@@ -1876,7 +1888,7 @@ dependencies = [
"axum",
"axum-extra 0.7.7",
"axum-sessions",
"clap",
"clap 4.4.6",
"oauth2",
"openidconnect",
"pretty_assertions",