yagcdn/backend/Cargo.toml

23 lines
519 B
TOML
Raw Normal View History

2019-07-24 17:54:00 +02:00
[package]
name = "gitache"
version = "0.1.0"
authors = ["Valentin Brandl <vbrandl@riseup.net>"]
edition = "2018"
[dependencies]
2019-07-27 20:25:14 +02:00
actix-files = "0.1.4"
2019-07-24 17:54:00 +02:00
actix-web = "1.0.5"
awc = { version = "0.2.2", features = ["default", "ssl"] }
bytes = "0.4.12"
2019-07-24 17:54:00 +02:00
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"
2019-08-07 20:40:39 +02:00
serde = { version = "1.0.97", features = ["rc"] }
2019-07-24 17:54:00 +02:00
serde_derive = "1.0.97"
serde_json = "1.0.40"
2019-07-27 17:13:01 +02:00
structopt = "0.2.18"
2019-08-07 21:44:20 +02:00
time-cache = { path = "../time-cache" }