summaryrefslogtreecommitdiff
path: root/helix-term/Cargo.toml
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-06-03 01:32:42 +0000
committerGitHub2021-06-03 01:32:42 +0000
commit7e8603247d5b7ba90bb095afd36fd2058cc53ec6 (patch)
treecbd51b3bd542454cde436262c6aa6b6fa83b17b9 /helix-term/Cargo.toml
parent7140908f6eb3304224f82829f5df8d5d96dc07e1 (diff)
parentf0018280cbd6427d8102ccae7ec8c48ac046f922 (diff)
Merge pull request #66 from IceDragon200/replaced-args-parser
Drop pico-args in favour of a hand rolled parser
Diffstat (limited to 'helix-term/Cargo.toml')
-rw-r--r--helix-term/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml
index ece32395..59d5b325 100644
--- a/helix-term/Cargo.toml
+++ b/helix-term/Cargo.toml
@@ -24,7 +24,6 @@ tokio = { version = "1", features = ["full"] }
num_cpus = "1"
tui = { path = "../helix-tui", package = "helix-tui", default-features = false, features = ["crossterm"] }
crossterm = { version = "0.19", features = ["event-stream"] }
-pico-args = "0.4"
futures-util = { version = "0.3", features = ["std", "async-await"], default-features = false }