nefarious-login/examples/noop/Cargo.toml
kjuulh d4a162876a
Some checks are pending
ci/woodpecker/pr/test Pipeline is pending
feat: with noop
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-11-12 22:44:02 +01:00

17 lines
335 B
TOML

[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