configr 0.5.0

The dead easy way to use config files in your project
Documentation
[dependencies.configr_derive]
version = "0.5.0"

[dependencies.dirs]
version = "3.0.2"

[dependencies.serde]
features = ["derive"]
version = "1.0.125"

[dependencies.snafu]
version = "0.6.10"

[dependencies.toml]
version = "0.5.8"

[package]
authors = ["Carsten K. Jørgensen <carsten@kragelund.dev>"]
categories = ["config", "filesystem"]
description = "The dead easy way to use config files in your project"
edition = "2018"
keywords = ["config", "crossplatform", "cross-platform", "easy", "config-file"]
license-file = "LICENSE"
name = "configr"
readme = "README.md"
repository = "https://github.com/nyxiative/configr"
version = "0.5.0"