mirror of
https://github.com/Xevion/dynamic-preauth.git
synced 2025-12-06 01:14:55 -06:00
14 lines
388 B
TOML
14 lines
388 B
TOML
[package]
|
|
name = "dynamic-preauth"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
chrono = { version = "0.4.39", features = ["serde"] }
|
|
rand = "0.8.5"
|
|
salvo = { version = "0.74.3", features = ["affix-state", "logging", "serve-static"] }
|
|
serde = { version = "1.0.216", features = ["derive"] }
|
|
tokio = { version = "1", features = ["macros"] }
|
|
tracing = "0.1"
|
|
tracing-subscriber = "0.3"
|