adding color to logs
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-05-11 13:44:06 +02:00
parent a8e09718d4
commit d475c59856
3 changed files with 203 additions and 60 deletions

View File

@@ -4,10 +4,11 @@ version = "0.1.0"
edition = "2021"
[dependencies]
log = { version = "0.4.22", features=["kv"]}
env_logger = {version = "0.11.6", features = ["unstable-kv"]}
log = { version = "0.4.27", features=["kv"]}
env_logger = {version = "0.11.8", features = ["unstable-kv"]}
chrono = "0.4.39"
chrono = "0.4.41"
owo-colors = "4.2.0"
[lib]
name = "mlog"