From 39b4d89790bcbaf08ef4bd6be7a44bdeefe9d47b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 5 Dec 2017 19:30:23 +0200 Subject: [PATCH] The either crate is only a dependency for the togglerecord test --- gst-plugin-togglerecord/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gst-plugin-togglerecord/Cargo.toml b/gst-plugin-togglerecord/Cargo.toml index c1416891..63488354 100644 --- a/gst-plugin-togglerecord/Cargo.toml +++ b/gst-plugin-togglerecord/Cargo.toml @@ -11,6 +11,8 @@ gst-plugin = { path = "../gst-plugin" } gtk = { git = "https://github.com/gtk-rs/gtk", features = ["v3_6"], optional = true } gio = { git = "https://github.com/gtk-rs/gio", optional = true } send-cell = { version = "0.1", optional = true } + +[dev-dependencies] either = "1.0" [lib]