aboutsummaryrefslogtreecommitdiff
path: root/helix-term/Cargo.toml
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-06-18 08:47:10 +0000
committerBlaž Hrastnik2021-06-20 07:38:58 +0000
commite9a3245aae0e4380201cffcff7ebe06c129823c5 (patch)
tree1ec532455ab854ce52e674b2568efd77be9c6ccf /helix-term/Cargo.toml
parent9275021497fc13938317b681319ba571c8d5f478 (diff)
Re-export unicode crates from helix_core
Diffstat (limited to 'helix-term/Cargo.toml')
-rw-r--r--helix-term/Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml
index 24741796..385af64c 100644
--- a/helix-term/Cargo.toml
+++ b/helix-term/Cargo.toml
@@ -54,6 +54,3 @@ toml = "0.5"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
-
-unicode-segmentation = "1.7"
-unicode-width = "0.1"