yagcdn/backend/Cargo.toml
dependabot-preview[bot] 4d3558d686
Bump lazy_static from 1.3.0 to 1.4.0 in /backend
Bumps [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/rust-lang-nursery/lazy-static.rs/releases)
- [Commits](https://github.com/rust-lang-nursery/lazy-static.rs/compare/1.3.0...1.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-26 04:52:18 +00:00

24 lines
532 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.4", features = ["default", "ssl"] }
bytes = "0.4.12"
futures = "0.1.28"
lazy_static = "1.4.0"
log = "0.4.8"
mime_guess = "2.0.1"
openssl-probe = "0.1.2"
pretty_env_logger = "0.3.0"
serde = { version = "1.0.98", features = ["rc"] }
serde_derive = "1.0.98"
serde_json = "1.0.40"
structopt = "0.2.18"
time-cache = { path = "../time-cache" }