Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-dap/Cargo.toml')
| -rw-r--r-- | helix-dap/Cargo.toml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/helix-dap/Cargo.toml b/helix-dap/Cargo.toml index 000ea5a8..c37340cc 100644 --- a/helix-dap/Cargo.toml +++ b/helix-dap/Cargo.toml @@ -22,11 +22,6 @@ 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 -sonic-rs.workspace = true [dev-dependencies] -fern = "0.7" +fern = "0.6" |