cdn-uploader/Cargo.toml

15 lines
313 B
TOML
Raw Permalink Normal View History

2022-06-07 18:39:02 +02:00
[package]
name = "cdn-upload"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rust-s3 = "0.31.0"
webp = "0.2.2"
image = "0.24.2"
tokio = { version = "1.0", features = ["full"] }
chrono = "0.4.19"
clap = "3.1.18"