Skip to content

Commit a6cd4b0

Browse files
committed
log: mw_log implementation
- Replacement for `log` crate. - Additional common types implementation. - Selectable safety level features. - Unit tests.
1 parent 1285f91 commit a6cd4b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/log/mw_log_fmt/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,14 @@ authors.workspace = true
1818
readme.workspace = true
1919
edition.workspace = true
2020

21+
2122
[lib]
2223
path = "lib.rs"
2324

25+
2426
[features]
2527
qm = []
2628

29+
2730
[lints]
2831
workspace = true

0 commit comments

Comments
 (0)