Compare commits

5 Commits

2 changed files with 260 additions and 289 deletions

547
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -11,5 +11,5 @@ tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3.17" }
clap = { version = "4.3.4", features = ["derive", "env"] }
dotenv = { version = "0.15.0" }
axum = { version = "0.8.0" }
axum = { version = "0.6.18" }
serde = { version = "1", features = ["derive"] }