summaryrefslogtreecommitdiffstats
path: root/melib
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2020-10-20 23:30:29 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2020-10-20 23:30:29 +0300
commitf7fc2e31e0d1f682303f0e7ff4cd02055ea59802 (patch)
tree9381b101f33ed0b5472359181c0a1414923dd7f2 /melib
parent00f5c4b9c03a86727193e49d9a47d4d2f4022059 (diff)
melib: Remove unused crossbeam dependency
Diffstat (limited to 'melib')
-rw-r--r--melib/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/melib/Cargo.toml b/melib/Cargo.toml
index f21232e7..9cc2884d 100644
--- a/melib/Cargo.toml
+++ b/melib/Cargo.toml
@@ -20,7 +20,6 @@ path = "src/lib.rs"
[dependencies]
bitflags = "1.0"
-crossbeam = "0.7.2"
data-encoding = "2.1.1"
encoding = "0.2.33"
nom = { version = "5.1.1" }