basic backend init

This commit is contained in:
2025-07-12 01:15:20 +02:00
parent 8e24bbd88a
commit f9f55895ed
4 changed files with 1006 additions and 2 deletions

View File

@@ -4,3 +4,9 @@ version = "0.1.0"
edition = "2024"
[dependencies]
axum = "0.8.4"
dotenv = "0.15.0"
env_logger = "0.11.8"
log = "0.4.27"
tokio = { version = "1.46.1", features = ["full"] }
tower-http = { version = "0.6.6", features = ["fs"] }