dip/Cargo.toml

18 lines
290 B
TOML
Raw Normal View History

2018-08-13 05:57:56 +00:00
[package]
name = "dip"
version = "0.1.0"
authors = ["Michael Zhang <failed.down@gmail.com>"]
[dependencies]
failure = "0.1"
hyper = "0.12"
lazy_static = "1.1"
notify = "4.0"
regex = "1.0"
2018-08-15 21:26:05 +00:00
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
2018-08-13 05:57:56 +00:00
structopt = "0.2"
2018-08-13 06:34:49 +00:00
toml = "0.4"
2018-08-13 05:57:56 +00:00
walkdir = "2.2"