This commit is contained in:
2026-09-05 01:26:17 +03:00
commit ee199f5486
4 changed files with 918 additions and 0 deletions

14
Cargo.toml Normal file
View File

@ -0,0 +1,14 @@
[package]
name = "backend-local"
version = "0.1.0"
edition = "2024"
[dependencies]
axum = { version = "0.8.9", features = ["multipart"] }
tokio = { version = "1", features = ["full"] }
tempfile = "3"
tracing-subscriber = "0.3"
tower-http = { version = "0.5", features = ["cors"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
bytes = "1"