fedhub/Cargo.toml

25 lines
537 B
TOML
Raw Normal View History

2020-04-20 00:21:26 -05:00
[package]
name = "fedhub"
version = "0.1.0"
authors = ["Michael Zhang <iptq@protonmail.com>"]
edition = "2018"
2020-04-21 09:33:34 -05:00
[workspace]
2020-04-20 00:21:26 -05:00
[dependencies]
2020-04-20 00:31:04 -05:00
git2 = { version = "0.13.0", default-features = false }
2020-04-20 00:21:26 -05:00
serde = "1.0.105"
serde_derive = "1.0.105"
serde_json = "1.0.48"
structopt = "0.3.12"
tera = "1.2.0"
toml = "0.5.6"
tokio = { version = "0.2.18", features = ["full"] }
anyhow = "1.0.28"
walkdir = "2.3.1"
lazy_static = "1.4.0"
parking_lot = "0.10.2"
hyper = "0.13.5"
redis = "0.15.1"
2020-04-20 00:31:04 -05:00
futures = { version = "0.3.4", default-features = false }