From 7b7c4e6ef5f8c5aead649518a1185d27f2ddf534 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 6 Apr 2017 20:31:53 +0300 Subject: [PATCH] Add a workspace Cargo.toml --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Cargo.toml diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 000000000..6caab4027 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,3 @@ +[workspace] + +members = ["gstreamer-sys"]