aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-04-16 23:24:52 +0800
committer魏曹先生 <1992414357@qq.com>2026-04-16 23:24:52 +0800
commit6e36fc3707e791c3c748133d648957706b54fd3a (patch)
tree3851ed69d60f331a803a6c19c97a56829a11f2f5 /Cargo.toml
parent363fbc6e98f832471a17a10ec18e8823df6a2ed5 (diff)
Add CLI commands for bill management and persistence
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 3 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0d58106..627fde0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,14 +9,13 @@ path = "src/main.rs"
[dependencies]
mingling = { path = "../mingling/mingling", features = ["full"] }
-
tokio = { version = "1", features = ["macros", "rt", "rt-multi-thread" ] }
-
uuid = { version = "1", features = ["v4"] }
-
serde = { version = "1", features = ["derive"] }
-
+serde_yaml = "0.9.33"
+strip-ansi-escapes = "0.2.1"
thiserror = "1.0.69"
+dirs = "6"
[build-dependencies]
mingling = { path = "../mingling/mingling", features = ["comp"] }