mhlog 1.0.0

mhlog is a simple, thread-safe logging library.
Documentation
[package]
name = "mhlog"
version = "1.0.0"
authors = ["Magnus Aa. Hirth <mhmorgan42@gmail.com>"]
edition = "2018"
description = "mhlog is a simple, thread-safe logging library."
readme = "README.md"
keywords = ["log", "logging", "simple"]
categories = ["development-tools::debugging"]
license = "BSD-3-Clause"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
lazy_static = "1.4.0"
dirs = "2.0.2"
chrono = "0.4"