yagcdn/backend/Cargo.toml
dependabot-preview[bot] 756cf328e7
Bump awc from 0.2.2 to 0.2.3 in /backend
Bumps [awc](https://github.com/actix/actix-web) from 0.2.2 to 0.2.3.
- [Release notes](https://github.com/actix/actix-web/releases)
- [Changelog](https://github.com/actix/actix-web/blob/master/CHANGES.md)
- [Commits](https://github.com/actix/actix-web/compare/awc-v0.2.2...awc-v0.2.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-09 20:54:46 +00:00

23 lines
518 B
TOML

[package]
name = "yagcdn"
version = "0.1.0"
authors = ["Valentin Brandl <vbrandl@riseup.net>"]
edition = "2018"
[dependencies]
actix-files = "0.1.4"
actix-web = "1.0.5"
awc = { version = "0.2.3", features = ["default", "ssl"] }
bytes = "0.4.12"
futures = "0.1.28"
lazy_static = "1.3.0"
mime_guess = "1.8.7"
openssl-probe = "0.1.2"
pretty_env_logger = "0.3.0"
serde = { version = "1.0.97", features = ["rc"] }
serde_derive = "1.0.97"
serde_json = "1.0.40"
structopt = "0.2.18"
time-cache = { path = "../time-cache" }