mirror of
https://github.com/Xevion/dynamic-preauth.git
synced 2025-12-06 03:14:58 -06:00
11 lines
264 B
TOML
11 lines
264 B
TOML
[package]
|
|
name = "dynamic-preauth"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
salvo = { version = "0.74.3", features = ["affix-state", "logging", "serve-static"] }
|
|
tokio = { version = "1", features = ["macros"] }
|
|
tracing = "0.1"
|
|
tracing-subscriber = "0.3"
|