init
This commit is contained in:
11
Cargo.toml
Normal file
11
Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "upload-test"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.100"
|
||||
askama = "0.14.0"
|
||||
axum = { version = "0.8.6", features = ["multipart"] }
|
||||
tokio = { version = "1.47.1", features = ["full"] }
|
||||
uuid = { version = "1.18.1", features = ["v4", "v8"] }
|
||||
Reference in New Issue
Block a user