forked from natto1784/yamaf
19 lines
425 B
TOML
19 lines
425 B
TOML
[package]
|
|
name = "yamaf"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
axum = { version = "0.8.6", features = ["multipart"] }
|
|
chrono = "*"
|
|
futures-util = "0.3.31"
|
|
mime_guess= "*"
|
|
rand = "*"
|
|
tokio = { version = "1.48.0", features = ["full"] }
|
|
tokio-util = { version = "0.7.17", features = ["io"] }
|
|
|
|
[features]
|
|
cleanup = []
|