Newer
Older
pretty_env_logger = "0.4"
figment = { version = "0.10", features = ["toml", "env"] }
[features]
default = ["config-yaml", "config-json"]
config-yaml = ["figment/yaml"]
config-json = ["figment/json"]
pretty_env_logger = "0.4"
figment = { version = "0.10", features = ["toml", "env"] }
[features]
default = ["config-yaml", "config-json"]
config-yaml = ["figment/yaml"]
config-json = ["figment/json"]