From: Kostya Shishkov Date: Sun, 7 Jun 2020 16:36:59 +0000 (+0200) Subject: re-add missing dependencies X-Git-Url: https://git.nihav.org/?p=nihav-encoder.git;a=commitdiff_plain;h=1eaa124dc34c7374c772509ee44ed9afa1f7b73b re-add missing dependencies --- 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" }