From 0816230e8712948df451fee7aee48537efe043cb Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 17 Apr 2026 00:00:04 +0800 Subject: Add edit command with table serialization support --- src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 614693b..8a31d09 100644 --- a/src/main.rs +++ b/src/main.rs @@ -2,6 +2,7 @@ mod bill; mod calc; mod cli; mod display; +mod edit; mod error; mod macros; mod who; -- cgit