Second Commit!

This commit is contained in:
2026-03-16 00:00:42 +01:00
parent 6b89189a47
commit 492046bab8
5 changed files with 251 additions and 20 deletions

View File

@@ -6,6 +6,7 @@ edition = "2024"
[dependencies]
axum = "0.8.8"
http-body-util = "0.1.3"
regex = "1.12.3"
reqwest = "0.13.2"
thiserror = "2.0.18"
tokio = { version = "1.50.0", features = [
@@ -17,3 +18,5 @@ tokio = { version = "1.50.0", features = [
"signal",
] }
tower-http = { version = "0.6.8", features = ["fs", "trace", "cors"] }
tracing = "0.1.44"
tracing-subscriber = { version = "0.3.23", features = ["env-filter"] }