summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2020-10-21 17:57:40 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2020-10-21 17:58:30 +0300
commit7b1ab389facee5fd3982ba1dc70a53f7a740824e (patch)
tree49a80d4aac1bc019cb5938e2dce459dadec06a79 /Cargo.toml
parent594a2bd0dd7be8845517f27e480699f4500182fa (diff)
Remove unused plugin interface
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1e73817a..78cb35a4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -46,9 +46,6 @@ bincode = "1.2.0"
uuid = { version = "0.8.1", features = ["serde", "v4"] }
unicode-segmentation = "1.2.1" # >:c
libc = {version = "0.2.59", features = ["extra_traits",]}
-rmp = "^0.8"
-rmpv = { version = "^0.4.2", features=["with-serde",] }
-rmp-serde = "^0.14.0"
smallvec = { version = "^1.4.0", features = ["serde", ] }
bitflags = "1.0"
pcre2 = { version = "0.2.3", optional = true }