task_log 0.1.0

Task based logging
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "task_log"
version = "0.1.0"
edition = "2021"
license = "MPL-2.0"
readme = "README.md"
description = "Task based logging"
documetnation = "https://docs.rs/task_log"

[dependencies]
colorful = "0.2.1"
chrono = "0.4.19"
lazy_static = "1.4.0"

[dev-dependencies]
anyhow = "1.0.55"