diff options
author | Blaž Hrastnik | 2021-05-31 08:07:43 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-05-31 08:07:43 +0000 |
commit | 138787f76e39f208f3a9a757d12b58d86504d1de (patch) | |
tree | dd6dda7f0174fdfe85e8e7c8a441d2c25b156492 /helix-core | |
parent | 1132c5122fe8a325b2b762cf920cc5e54e91991e (diff) |
Drop clap for pico-args
We barely have any flags so it's not worth the compilation time or
binary size to use clap.
Diffstat (limited to 'helix-core')
-rw-r--r-- | helix-core/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml index 33b59cb1..b5f2ef77 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -11,7 +11,6 @@ license = "MPL-2.0" helix-syntax = { path = "../helix-syntax" } ropey = "1.2" -anyhow = "1" smallvec = "1.4" tendril = "0.4.2" unicode-segmentation = "1.6" |