[package] authors = ["Jason Ozias "] description = "Configuration handling for repomon" documentation = "http://docs.rs/repomon-config" homepage = "http://docs.rs/repomon-config" keywords = ["git", "repository", "monitor", "config"] license = "MIT/Apache-2.0" name = "repomon-config" readme = "README.md" repository = "https://github.com/rustyhorde/repomon-config" version = "0.3.1" [dependencies] error-chain = "0.11.0" getset = "0.0.5" serde = "1.0.26" serde_derive = "1.0.26" toml = "0.4.5" [dev-dependencies] bincode = "0.9.2"