diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-04-16 21:31:57 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-04-16 21:31:57 +0800 |
| commit | 363fbc6e98f832471a17a10ec18e8823df6a2ed5 (patch) | |
| tree | 98f71ab1796c1a9c1df411eee5174dd92001ef94 /src/cli.rs | |
Initialize Rust project with billing calculation functionality
Diffstat (limited to 'src/cli.rs')
| -rw-r--r-- | src/cli.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cli.rs b/src/cli.rs new file mode 100644 index 0000000..c1d1240 --- /dev/null +++ b/src/cli.rs @@ -0,0 +1,6 @@ +pub mod calc_cmd; +pub mod consts; +pub mod dispatchers; +pub mod entry; +pub mod io_error; +pub mod ops_cmd; |
