This commit is contained in:
2026-01-28 11:09:24 +01:00
commit 439e93ce95
5 changed files with 1661 additions and 0 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "colota_backend"
version = "0.1.0"
edition = "2024"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
actix-web = "4.x.x"