X-Git-Url: https://git.nihav.org/?p=nihav-encoder.git;a=blobdiff_plain;f=Cargo.toml;h=e54f354f25074bf2a684b248ee700a1a96466d7f;hp=f73d291c517c58d2ec021fd9550b3f14bd5f322b;hb=HEAD;hpb=6dc69f517742892c72d02f84ce74b074f9b4d6e5 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" }