From 1eaa124dc34c7374c772509ee44ed9afa1f7b73b Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Sun, 7 Jun 2020 18:36:59 +0200 Subject: [PATCH] re-add missing dependencies --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index f73d291..e54f354 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,3 +5,7 @@ authors = ["Kostya Shishkov "] edition = "2018" [dependencies] +nihav_core = { path="../nihav-core" } +nihav_codec_support = { path="../nihav-codec-support" } +nihav_registry = { path="../nihav-registry" } +nihav_allstuff = { path="../nihav-allstuff" } -- 2.30.2