diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-02-26 15:37:05 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-02-26 15:37:05 +0800 |
| commit | 9420a530e371747cd6df79a5f3bbbf814effe949 (patch) | |
| tree | 029039bc4cba61e421d62ccecfae565ab3ed9b5d /src/lib.rs | |
| parent | 981d244df444d3dcf48dee558109231da7e6a61b (diff) | |
Add verbose logging support with env_logger
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,3 +13,6 @@ pub mod systems; /// Commands pub mod cmds; + +/// Macros +pub mod macros; |
