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

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

@@ -0,0 +1,16 @@
[package]
name = "noop"
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