check end PTS only for packets that are decoded
[nihav-tool.git] / Cargo.toml
index 2a5c5483f4394aa7036c5cd359db60a0595b480f..2cbd17e7da2f2ba9e301216f5f58f0d2466d0c3b 100644 (file)
@@ -5,4 +5,6 @@ authors = ["Kostya Shishkov <kostya.shishkov@gmail.com>"]
 edition = "2018"
 
 [dependencies]
-nihav = { path="../nihav" }
+nihav_core = { path="../nihav-core" }
+nihav_registry = { path="../nihav-registry" }
+nihav_allstuff = { path="../nihav-allstuff" }