- Logging: add support for scoped, async logging (da9395e2)
- clap: Basic Clap integration. (02d14410)
- config:
- docker: Initial Docker integration (6c84c7d2)
- hazard: Add a sample command (e6380f4b)
- human_panic: Add human_panic library (2cef587e)
- logging: implement slog_syslog logging (73ba1bf4)
- Cargo: initialize Rust library (b974094f)
- config:
- core: add error conversion for slog-syslog (0d00c2cc)
- dependencies: replace serde_derive crate by serde with derive feature (13f8077b)
- error:
- human_panic: only include human panic in release builds (75910c6a)
- tests: remove unwrap from tests (ae070a8d)
- config: make config properties visible (b8499e9a)
- error: add error chaining for AppConfig init (09fc01b3)
- slog: Temporarily disable logging (c7c48b80, breaks #)