summaryrefslogtreecommitdiff
path: root/helix-view/Cargo.toml
diff options
context:
space:
mode:
authorShafkath Shuhan2021-06-23 06:03:34 +0000
committerBlaž Hrastnik2021-06-23 06:40:27 +0000
commitfd98e743e888e8fbddf4987213afbb19dd148fd7 (patch)
tree084b7ccccb5b9ddac506c157a57fc99747ffd0f7 /helix-view/Cargo.toml
parent9706f1121de673950d8e0472062a32f18d527ad2 (diff)
Handle non-UTF8 files
Diffstat (limited to 'helix-view/Cargo.toml')
-rw-r--r--helix-view/Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/helix-view/Cargo.toml b/helix-view/Cargo.toml
index 8d93d2d9..cadbbdbd 100644
--- a/helix-view/Cargo.toml
+++ b/helix-view/Cargo.toml
@@ -31,9 +31,11 @@ futures-util = { version = "0.3", features = ["std", "async-await"], default-fea
slotmap = "1"
+encoding_rs = "0.8"
+chardetng = "0.1"
+
serde = { version = "1.0", features = ["derive"] }
toml = "0.5"
log = "~0.4"
which = "4.1"
-