aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-04-17 00:00:04 +0800
committer魏曹先生 <1992414357@qq.com>2026-04-17 00:00:04 +0800
commit0816230e8712948df451fee7aee48537efe043cb (patch)
tree749d581dfd8f3e6c7e535108eb16803102466774 /src/main.rs
parent6e36fc3707e791c3c748133d648957706b54fd3a (diff)
Add edit command with table serialization support
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
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;