hoc/Cargo.toml

27 lines
495 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"
2019-04-23 18:19:35 +02:00
build = "build.rs"
2019-04-16 16:57:06 +02:00
[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-21 20:44:29 +02:00
lazy_static = "1.3.0"
2019-04-30 14:18:30 +02:00
number_prefix = "0.3.0"
2019-04-16 16:57:06 +02:00
openssl-probe = "0.1.2"
pretty_env_logger = "0.3.0"
2019-04-21 20:44:29 +02:00
reqwest = "0.9.15"
2019-04-19 16:00:56 +02:00
serde = "1.0.90"
serde_derive = "1.0.90"
serde_json = "1.0.39"
2019-04-16 21:35:28 +02:00
structopt = "0.2.15"
2019-04-23 18:19:35 +02:00
[build-dependencies]
ructe = "0.6.2"
vergen = "3.0.4"