nefarious-login/examples/custom_redirect/Cargo.toml
kjuulh 9510b8fc42
feat: with return url
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-11-21 21:53:39 +01:00

17 lines
346 B
TOML

[package]
name = "custom_redirect"
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