A simple CPU rendered GUI IDE experience.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -24,7 +24,6 @@ rust-fsm = { version = "0.8.0", path = "../rust-fsm/rust-fsm", features = [ "diagram", ] } clipp = "0.1.0" -parking_lot = "0.12.4" diff-match-patch-rs = "0.5.1" regex = "1.11.3" tree-house = { version = "0.3.0", features = ["fixtures"] } @@ -42,7 +41,6 @@ lsp-types = { path = "../helix/helix-lsp-types", package = "helix-lsp-types" } env_logger = "0.11.8" url = "2.5.7" anyhow = "1.0.100" -arc-swap = "1.7.1" tokio = { version = "1.47.1", features = ["rt-multi-thread", "sync"] } regex-cursor = "0.1.5" papaya = "0.2.3" |