colmena/Cargo.toml

26 lines
581 B
TOML
Raw Normal View History

2020-12-16 05:21:26 +01:00
[package]
name = "colmena"
version = "0.1.0"
authors = ["Zhaofeng Li <hello@zhaofeng.li>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
async-trait = "0.1.42"
clap = "2.33.3"
console = "0.13.0"
env_logger = "0.8.2"
2020-12-16 05:21:26 +01:00
futures = "0.3.8"
glob = "0.3.0"
hostname = "0.3.1"
2020-12-16 05:21:26 +01:00
indicatif = "0.15.0"
libc = "0.2.81"
2020-12-16 05:21:26 +01:00
log = "0.4.11"
2020-12-18 10:27:44 +01:00
quit = "1.1.2"
2020-12-16 05:21:26 +01:00
serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0"
snafu = "0.6.10"
tempfile = "3.1.0"
2020-12-23 22:28:25 +01:00
tokio = { version = "1.0.0", features = ["full"] }