init
This commit is contained in:
14
Cargo.toml
Normal file
14
Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user