Allow static_cfg to include entire directories

Via new "toml_dir" and "json_dir" directives in the macro
This commit is contained in:
Griffin Smith 2019-07-14 14:29:11 -04:00
parent 67d18b486c
commit 081146da30
6 changed files with 156 additions and 40 deletions

View file

@ -9,6 +9,7 @@ backtrace = "0.3"
clap = {version = "^2.33.0", features = ["yaml"]}
config = "*"
downcast-rs = "^1.0.4"
include_dir = "0.2.1"
itertools = "*"
lazy_static = "*"
log = "*"
@ -20,6 +21,7 @@ proptest-derive = "*"
rand = {version = "^0.7.0", features = ["small_rng"]}
serde = "^1.0.8"
serde_derive = "^1.0.8"
serde_json = "*"
termion = "*"
toml = "^0.5.1"