Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-term/Cargo.toml')
| -rw-r--r-- | helix-term/Cargo.toml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml index cd4973ad..7b38d42d 100644 --- a/helix-term/Cargo.toml +++ b/helix-term/Cargo.toml @@ -51,27 +51,12 @@ fern = "0.6" chrono = { version = "0.4", default-features = false, features = ["clock"] } log = "0.4" -# File picker -fuzzy-matcher = "0.3" -ignore = "0.4" -# markdown doc rendering -pulldown-cmark = { version = "0.9", default-features = false } -# file type detection -content_inspector = "0.2.4" - # config toml = "0.5" serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } -# ripgrep for global search -grep-regex = "0.1.9" -grep-searcher = "0.1.8" - -# Remove once retain_mut lands in stable rust -retain_mut = "0.1.7" - [target.'cfg(not(windows))'.dependencies] # https://github.com/vorner/signal-hook/issues/100 signal-hook-tokio = { version = "0.3", features = ["futures-v0_3"] } |