preftool 0.2.0

Configuration library for CLI tools/servers.
Documentation
[package]
name = "preftool"
version = "0.2.0"
authors = ["Aleksander Heintz <alxandr@alxandr.me>"]
edition = "2018"
homepage = "https://github.com/YoloDev/preftool"
repository = "https://github.com/YoloDev/preftool"
description = "Configuration library for CLI tools/servers."
license = "MIT"

[dependencies]
caseless = "0.2"
error-chain = "0.12"
lazy_static = "1"
slog = "2"
slog-stdlog = "3"

[dev-dependencies]
cargo-husky = { version = "1", features = ["precommit-hook", "run-cargo-check", "run-cargo-clippy", "run-cargo-fmt"] }