22 lines
524 B
TOML
22 lines
524 B
TOML
[package]
|
|
name = "fedhub"
|
|
version = "0.1.0"
|
|
authors = ["Michael Zhang <iptq@protonmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
git2 = { version = "0.13.0", default-features = false }
|
|
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"
|
|
futures = { version = "0.3.4", default-features = false }
|