improve configurability

This commit is contained in:
2020-11-08 16:21:27 +01:00
parent f1d3805e6b
commit cef350fca2
3 changed files with 111 additions and 4 deletions

View File

@@ -13,4 +13,7 @@ futures = "0.3"
num_cpus = "1"
walkdir = "2"
libc = "0.2"
anyhow = "1"
anyhow = "1"
clap = "2"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.8"