basic backend init
This commit is contained in:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user