feat: modularize codebase and add multi-route support with live reload
This commit is contained in:
14
Cargo.toml
Normal file
14
Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "dhl"
|
||||
version = "0.5.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
axum = "0.7"
|
||||
tokio = { version = "1.0", features = ["full"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
axum-server = { version = "0.7", features = ["tls-rustls"] }
|
||||
tower-http = { version = "0.5", features = ["trace"] }
|
||||
chrono = "0.4"
|
||||
|
||||
Reference in New Issue
Block a user