trail-config 0.1.3

Simple library to help with reading (and formatting) values from config files
Documentation
[dependencies.serde_yaml]
version = "0.8.21"

[dependencies.strfmt]
version = "0.1.6"

[lib]
name = "trail_config"
path = "src/lib.rs"

[package]
authors = ["Robert Lampreht <robert.lampreht@gmail.com>"]
description = "Simple library to help with reading (and formatting) values from config files"
edition = "2018"
keywords = ["config", "conf", "cfg", "yaml", "trail"]
license = "MIT"
name = "trail-config"
readme = "README.md"
repository = "https://github.com/rbt-dev/trail-config.git"
version = "0.1.3"