liquid-rescale-api-v2/Cargo.toml

14 lines
341 B
TOML
Raw Normal View History

2023-07-10 16:42:58 +00:00
[package]
name = "liquid-rescale-api-v2"
version = "0.1.0"
edition = "2021"
[dependencies]
axum = { version = "0.6", features = ["multipart", "macros"] }
tokio = { version = "1.29.1", features = ["macros", "rt-multi-thread"] }
2023-07-10 19:02:10 +00:00
tower-http = { version = "0.4.1", features = ["limit"] }
2023-07-10 16:42:58 +00:00
magick_rust = "0.19.0"
2023-07-10 19:11:23 +00:00
[toolchain]
channel = "nightly"