summaryrefslogtreecommitdiff
path: root/helix-term/Cargo.toml
diff options
context:
space:
mode:
authorDmitry Sharshakov2021-08-24 08:32:44 +0000
committerDmitry Sharshakov2021-08-24 08:32:44 +0000
commit34c6094604cfeca0c1338a20cf9e85bcd8d9b68b (patch)
tree14fdfd3df3619fde77619cde828670f973497ace /helix-term/Cargo.toml
parent2158366b24da8229e743546ccedc5cd05292e254 (diff)
refactor
Diffstat (limited to 'helix-term/Cargo.toml')
-rw-r--r--helix-term/Cargo.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml
index 63856585..c0b2cfe5 100644
--- a/helix-term/Cargo.toml
+++ b/helix-term/Cargo.toml
@@ -56,7 +56,5 @@ toml = "0.5"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
-smallvec = "1.4"
-
[target.'cfg(not(windows))'.dependencies] # https://github.com/vorner/signal-hook/issues/100
signal-hook-tokio = { version = "0.3", features = ["futures-v0_3"] }