mirror of
https://github.com/Xevion/dynamic-preauth.git
synced 2025-12-06 03:14:58 -06:00
18 lines
554 B
TOML
18 lines
554 B
TOML
[package]
|
|
name = "dynamic-preauth"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.95"
|
|
chrono = { version = "0.4.39", features = ["serde"] }
|
|
futures-util = "0.3.31"
|
|
rand = "0.8.5"
|
|
salvo = { version = "0.74.3", features = ["affix-state", "catch-panic", "cors", "logging", "serve-static", "websocket"] }
|
|
serde = { version = "1.0.216", features = ["derive"] }
|
|
serde_json = "1.0.134"
|
|
tokio = { version = "1", features = ["macros"] }
|
|
tokio-stream = "0.1.17"
|
|
tracing = "0.1"
|
|
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|