A simple CPU rendered GUI IDE experience.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -39,18 +39,15 @@ lsp-server = { version = "0.7.9", path = "../rust-analyzer/lib/lsp-server" } test-log = "0.2.18" lsp-types = { path = "../helix/helix-lsp-types", package = "helix-lsp-types" } env_logger = "0.11.8" -oneshot = { version = "0.1.11", default-features = false, features = [ - "async", - "std", -] } url = "2.5.7" anyhow = "1.0.100" arc-swap = "1.7.1" -tokio = { version = "1.47.1", features = ["rt-multi-thread"] } +tokio = { version = "1.47.1", features = ["rt-multi-thread", "sync"] } regex-cursor = "0.1.5" papaya = "0.2.3" markdown = "1.0.0" itertools = "0.14.0" +pin-project = "1.1.10" [build-dependencies] cc = "*" |