add : all folder + files for backend project

This commit is contained in:
GreyRav
2026-03-30 11:42:42 +02:00
parent ad96b9c04d
commit 137218e2c1
5 changed files with 785 additions and 1 deletions

11
backend/Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "backend"
version = "0.1.0"
edition = "2024"
[dependencies]
axum = "0.8.8"
axum-server = "0.8.0"
serde = "1.0.228"
tokio = { version = "1.50.0", features = ["full"] }
tracing-subscriber = "0.3.23"