From 81ea89384eb4cfda14518a6ccb439d97399ad74f Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Wed, 7 Jan 2026 19:04:41 +0800 Subject: Add JSON output support for multiple commands - Add serde and serde_json dependencies - Add JSON output modules for accounts, align, analyzer, here, info, and sheets - Add --json and --pretty flags to sheet list, sheet align, here, status, info, and account list commands - Implement JSON serialization for here command output - Update command argument structs to include JSON output options --- Cargo.lock | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 7d28f70..34542d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1007,6 +1007,8 @@ dependencies = [ "log", "regex", "rust-i18n", + "serde", + "serde_json", "strip-ansi-escapes", "tokio", "toml 0.9.8", -- cgit