album/crates/album-api/Cargo.toml
Andrey Tkachenko 6df0244cc5
Some checks reported errors
continuous-integration/drone/push Build is passing
continuous-integration/drone Build was killed
React UI
2023-07-12 00:44:22 +04:00

15 lines
472 B
TOML

[package]
name = "album-api"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
async-stream = "0.3.5"
axum = { version = "0.6.18", features = ["tracing", "http2"] }
rspc = { version = "0.1.3", features = ["axum", "chrono"] }
tokio = "1.29.1"
tower = { version = "0.4.13", features = ["tokio", "tokio-stream"] }
tower-http = { version = "0.4.1", features = ["cors", "fs"] }