diff options
author | Corey Powell | 2021-06-02 17:33:28 +0000 |
---|---|---|
committer | Corey Powell | 2021-06-02 19:26:13 +0000 |
commit | 7202953e69c6621a24c1609c5345b584dcd7530e (patch) | |
tree | 69d4263153ed1828e0e4b9f961a3f9be7106fcad /helix-term/Cargo.toml | |
parent | 7761c88d6130364915daa23115d2ee1234b2bab5 (diff) |
Dropped pico-args in favour of a simpler hand roller parser
Not the greatest looking, but it gets the job done
Diffstat (limited to 'helix-term/Cargo.toml')
-rw-r--r-- | helix-term/Cargo.toml | 1 |
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 } |