hoc/Cargo.toml

18 lines
334 B
TOML
Raw Normal View History

2019-04-16 16:57:06 +02:00
[package]
name = "hoc"
version = "0.1.0"
authors = ["Valentin Brandl <vbrandl@riseup.net>"]
edition = "2018"
[dependencies]
actix-web = "1.0.0-alpha.4"
badge = "0.2.0"
2019-04-16 21:35:28 +02:00
bytes = "0.4.12"
futures = "0.1.25"
git2 = "0.8.0"
2019-04-16 16:57:06 +02:00
openssl-probe = "0.1.2"
pretty_env_logger = "0.3.0"
2019-04-19 16:00:56 +02:00
serde = "1.0.90"
serde_derive = "1.0.90"
2019-04-16 21:35:28 +02:00
structopt = "0.2.15"