This commit is contained in:
+14
@@ -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