From 138787f76e39f208f3a9a757d12b58d86504d1de Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Mon, 31 May 2021 17:07:43 +0900 Subject: Drop clap for pico-args We barely have any flags so it's not worth the compilation time or binary size to use clap. --- helix-core/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'helix-core') 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" -- cgit v1.2.3-70-g09d2