From 363fbc6e98f832471a17a10ec18e8823df6a2ed5 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 16 Apr 2026 21:31:57 +0800 Subject: Initialize Rust project with billing calculation functionality --- src/cli/consts.rs | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/cli/consts.rs (limited to 'src/cli/consts.rs') diff --git a/src/cli/consts.rs b/src/cli/consts.rs new file mode 100644 index 0000000..254b611 --- /dev/null +++ b/src/cli/consts.rs @@ -0,0 +1 @@ +pub const BILL_WORKSPACE_CONFIG_FILE: &str = "cobill.yml"; -- cgit