diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-04-16 23:24:52 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-04-16 23:24:52 +0800 |
| commit | 6e36fc3707e791c3c748133d648957706b54fd3a (patch) | |
| tree | 3851ed69d60f331a803a6c19c97a56829a11f2f5 /Cargo.toml | |
| parent | 363fbc6e98f832471a17a10ec18e8823df6a2ed5 (diff) | |
Add CLI commands for bill management and persistence
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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"] } |
