Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-dap/Cargo.toml')
| -rw-r--r-- | helix-dap/Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/helix-dap/Cargo.toml b/helix-dap/Cargo.toml index d67932af..8033c757 100644 --- a/helix-dap/Cargo.toml +++ b/helix-dap/Cargo.toml @@ -22,6 +22,11 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" tokio = { version = "1", features = ["rt", "rt-multi-thread", "io-util", "io-std", "time", "process", "macros", "fs", "parking_lot", "net", "sync"] } thiserror.workspace = true +slotmap.workspace = true +futures-executor.workspace = true +futures-util.workspace = true +tokio-stream.workspace = true + [dev-dependencies] fern = "0.7" |