From 6e36fc3707e791c3c748133d648957706b54fd3a Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 16 Apr 2026 23:24:52 +0800 Subject: Add CLI commands for bill management and persistence --- Cargo.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Cargo.toml') 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"] } -- cgit