feat: with noop
Some checks are pending
ci/woodpecker/pr/test Pipeline is pending

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-11-12 22:42:55 +01:00
parent 835cd32fb1
commit d4a162876a
7 changed files with 193 additions and 19 deletions

15
Cargo.lock generated
View File

@@ -2233,6 +2233,18 @@ dependencies = [
"minimal-lexical",
]
[[package]]
name = "noop"
version = "0.1.0"
dependencies = [
"anyhow",
"axum 0.6.16",
"clap 4.4.7",
"nefarious-login",
"tokio",
"tracing-subscriber",
]
[[package]]
name = "nu-ansi-term"
version = "0.46.0"
@@ -4089,6 +4101,9 @@ name = "uuid"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88ad59a7560b41a70d191093a945f0b87bc1deeda46fb237479708a1d6b6cdfc"
dependencies = [
"getrandom",
]
[[package]]
name = "valuable"