check end PTS only for packets that are decoded
[nihav-tool.git] / Cargo.toml
index b6ee43d767b072804dc1328adb923302988265da..2cbd17e7da2f2ba9e301216f5f58f0d2466d0c3b 100644 (file)
@@ -2,6 +2,9 @@
 name = "nihav-tool"
 version = "0.1.0"
 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" }