initialize

This commit is contained in:
2025-09-04 16:36:08 +08:00
commit e6f937fe44
4 changed files with 1599 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "rust-backend"
version = "0.1.0"
edition = "2024"
[dependencies]
actix-web = "4.11.0"
serde = "1.0.219"