icee-config-rs 0.1.2

Wrapper for config.rs to easily load configuration folders with env based overrides
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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"] }