first commit, mlog (logfmt)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-01-10 15:01:48 +01:00
commit a8e09718d4
6 changed files with 649 additions and 0 deletions

14
Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "mlog"
version = "0.1.0"
edition = "2021"
[dependencies]
log = { version = "0.4.22", features=["kv"]}
env_logger = {version = "0.11.6", features = ["unstable-kv"]}
chrono = "0.4.39"
[lib]
name = "mlog"
path = "src/lib.rs"