diff options
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"] } |
