24 lines
461 B
TOML
24 lines
461 B
TOML
|
[package]
|
||
|
name = "fedhub"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Michael Zhang <iptq@protonmail.com>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
[dependencies]
|
||
|
git2 = "0.13.0"
|
||
|
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"
|
||
|
askama = "0.9.0"
|
||
|
futures = "0.3.4"
|