Files
yamaf/Cargo.toml
2025-11-08 22:03:48 +05:30

13 lines
370 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"] }
futures-util = "0.3.31"
tokio = { version = "1.48.0", features = ["full"] }
tokio-util = { version = "0.7.17", features = ["io"] }
rand = "*"