[package]
name = "icee-config-rs"
version = "0.1.2"
authors = ["David Horacek <h.raven@centrum.cz>"]
edition = "2018"
license = "Apache-2.0/MIT"
license_file = "LICENSE-MIT"
description = "Wrapper for config.rs to easily load configuration folders with env based overrides"
homepage = "https://gitlab.com/IceExplosive/icee-config-rs"
repositry = "https://gitlab.com/IceExplosive/icee-config-rs"
documentation = "https://docs.rs/icee-config-rs"
readme = "README.md"
keywords = ["config"]
[dependencies]
config = "0.10.1"
log = "0.4.11"
serde = { version = "1.0.118", features = ["derive"] }