metric2fs-rs/Cargo.toml
2021-03-24 23:30:02 +01:00

18 lines
428 B
TOML

[package]
name = "metric2fs-rs"
version = "0.1.0"
authors = ["Patrick MARIE <pm@mkz.me>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.39"
filetime = "0.2.14"
futures = "0.3"
globset = "0.4.6"
hyper = { version = "0.14", features = ["full"] }
log = "0.4"
pretty_env_logger = "0.3"
tokio = { version = "1", features = ["full"] }