Files
backend-local/Cargo.toml

16 lines
376 B
TOML
Raw Permalink Normal View History

2026-09-05 01:26:17 +03:00
[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"
tracing = "0.1"