wd_log 0.3.0

A practical log crate for rust
Documentation
[package]
name = "wd_log"
version = "0.3.0"
authors = ["wangdong <1443965173@qq.com>"]
edition = "2021"
description = "A practical log crate for rust"
license = "MIT/Apache-2.0"

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

[dependencies]
#anyhow = {version = "1.0.70", features = ["backtrace"]}
chrono = { version = "0.4.16", features = ["serde","clock"]}
lazy_static = "1.4.0"