
Still TODO: - [x] Remove old log implementations - [x] More cleanup - [x] Verify atomic/lock logic - [x] More tests - [ ] ??? Ansi coloring when logging to stdout Release Notes: - N/A
24 lines
363 B
TOML
24 lines
363 B
TOML
[package]
|
|
name = "zlog"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/zlog.rs"
|
|
|
|
[features]
|
|
default = []
|
|
|
|
[dependencies]
|
|
chrono.workspace = true
|
|
log.workspace = true
|
|
workspace-hack.workspace = true
|
|
anyhow.workspace = true
|
|
|
|
[dev-dependencies]
|
|
tempfile.workspace = true
|