diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ name = "cobill" path = "src/main.rs" [dependencies] -mingling = { path = "../mingling/mingling", features = ["full"] } +mingling = { path = "../mingling/mingling", features = ["full", "debug"] } tokio = { version = "1", features = ["macros", "rt", "rt-multi-thread" ] } uuid = { version = "1", features = ["v4"] } serde = { version = "1", features = ["derive"] } |
