initial commit

This commit is contained in:
2025-03-24 19:31:19 +03:00
commit be696df5c4
11 changed files with 5899 additions and 0 deletions

9
backend/Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "peazyweb-backend"
version = "0.1.0"
edition = "2024"
[dependencies]
rocket = { version = "0.5.1", features = ["json", "serde_json"] }
rocket_cors = "0.6.0"
tokio = { version = "1.44.1", features = ["fs", "process"] }