feat: with return url

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-11-21 21:53:39 +01:00
parent 6bf847a24a
commit 9510b8fc42
13 changed files with 312 additions and 96 deletions

View File

@@ -0,0 +1,16 @@
[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