yagcdn/backend/Cargo.toml
dependabot-preview[bot] 1cca6d3ffe
Bump serde from 1.0.101 to 1.0.104 in /backend
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.101 to 1.0.104.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.101...v1.0.104)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-10 10:54:41 +00:00

24 lines
538 B
TOML

[package]
name = "yagcdn"
version = "0.1.0"
authors = ["Valentin Brandl <vbrandl@riseup.net>"]
edition = "2018"
[dependencies]
actix-files = "0.1.5"
actix-web = "1.0.8"
awc = { version = "0.2.4", features = ["default", "rust-tls"] }
bytes = "0.4.12"
futures = "0.1.29"
lazy_static = "1.4.0"
log = "0.4.8"
mime_guess = "2.0.1"
openssl-probe = "0.1.2"
pretty_env_logger = "0.3.1"
serde = { version = "1.0.104", features = ["rc"] }
serde_derive = "1.0.104"
serde_json = "1.0.41"
structopt = "0.3.7"
time-cache = { path = "../time-cache" }