forked from spacebar/spfn-website
Move Generate Token to Backend
This commit is contained in:
parent
fa2c7d9ca5
commit
91882fe4ae
7 changed files with 113 additions and 7 deletions
|
|
@ -6,5 +6,7 @@ edition = "2024"
|
|||
[dependencies]
|
||||
axum = "0.8.9"
|
||||
dotenvy = "0.15.7"
|
||||
reqwest = { version = "0.13.4", features = ["json", "form"] }
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
tokio = { version = "1.52.3", features = ["full"] }
|
||||
tower-http = { version = "0.7.0", features = ["fs"] }
|
||||
|
|
|
|||
Loading…
Reference in a new issue