From 25eb411a2e4c4207fbd8111e68a520ff20cbda73 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 23 Jan 2026 03:41:13 +0800 Subject: Rename output module to leegacy_json_output --- src/leegacy_json_output.rs | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/leegacy_json_output.rs (limited to 'src/leegacy_json_output.rs') 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; -- cgit