Files
colota_backend/Cargo.toml
2026-01-28 11:09:24 +01:00

9 lines
174 B
TOML

[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"