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"
|