aboutsummaryrefslogtreecommitdiff
path: root/src/cli/consts.rs
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-04-16 21:31:57 +0800
committer魏曹先生 <1992414357@qq.com>2026-04-16 21:31:57 +0800
commit363fbc6e98f832471a17a10ec18e8823df6a2ed5 (patch)
tree98f71ab1796c1a9c1df411eee5174dd92001ef94 /src/cli/consts.rs
Initialize Rust project with billing calculation functionality
Diffstat (limited to 'src/cli/consts.rs')
-rw-r--r--src/cli/consts.rs1
1 files changed, 1 insertions, 0 deletions
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";