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/leegacy_json_output.rs | |
| parent | dd800eb6394a0ba5b3216bbf4dfc4a90a717599e (diff) | |
Rename output module to leegacy_json_output
Diffstat (limited to 'src/leegacy_json_output.rs')
| -rw-r--r-- | src/leegacy_json_output.rs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/leegacy_json_output.rs b/src/leegacy_json_output.rs new file mode 100644 index 0000000..88802a4 --- /dev/null +++ b/src/leegacy_json_output.rs @@ -0,0 +1,7 @@ +pub mod accounts; +pub mod align; +pub mod analyzer_result; +pub mod here; +pub mod info; +pub mod share; +pub mod sheets; |
