first commit, mlog (logfmt)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
14
Cargo.toml
Normal file
14
Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user