summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f635cbe..ac0a739 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -46,7 +46,9 @@ itertools = "0.8"
nix = "0.17"
strip-ansi-escapes = "0.1"
crossbeam = "0.7"
-
+bumpalo = { versioon = "*", features = [ "collections" ] }
+splay_tree = { path = "../splay_tree" }
+dmsort = "0.1.3"
image = { version = "0.21.1", optional = true }
gstreamer = { version = "0.14", optional = true }