re-add missing dependencies
authorKostya Shishkov <kostya.shishkov@gmail.com>
Sun, 7 Jun 2020 16:36:59 +0000 (18:36 +0200)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Sun, 7 Jun 2020 16:36:59 +0000 (18:36 +0200)
Cargo.toml

index f73d291c517c58d2ec021fd9550b3f14bd5f322b..e54f354f25074bf2a684b248ee700a1a96466d7f 100644 (file)
@@ -5,3 +5,7 @@ authors = ["Kostya Shishkov <kostya.shishkov@gmail.com>"]
 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" }