added log wrapper
This commit is contained in:
parent
76395db2a8
commit
237dd614a2
15 changed files with 213 additions and 59 deletions
10
moonhare_log/Cargo.toml
Normal file
10
moonhare_log/Cargo.toml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[package]
|
||||
name = "moonhare_log"
|
||||
edition = "2024"
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
|
||||
[dependencies]
|
||||
log = "*"
|
||||
fern = { version = "0.7", features = ["colored"] }
|
||||
humantime = "*"
|
||||
Loading…
Add table
Add a link
Reference in a new issue