repo init, simplistic salvo hello world

This commit is contained in:
2024-12-21 21:05:53 -06:00
commit cc3d1759a7
5 changed files with 2536 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "dynamic-preauth"
version = "0.1.0"
edition = "2021"
[dependencies]
salvo = "0.74.3"
tokio = { version = "1", features = ["macros"] }
tracing = "0.1"
tracing-subscriber = "0.3"