diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-01-23 03:41:13 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-01-23 03:41:13 +0800 |
| commit | 25eb411a2e4c4207fbd8111e68a520ff20cbda73 (patch) | |
| tree | cd0e6f29a7c5b22d369f1245e4862a6a4feca7eb /src/lib.rs | |
| parent | dd800eb6394a0ba5b3216bbf4dfc4a90a717599e (diff) | |
Rename output module to leegacy_json_output
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ pub mod utils; pub mod data; /// Json Format -pub mod output; +pub mod leegacy_json_output; /// Command pub mod cmd; |
