flush wavwriter data on close
[nihav-tool.git] / Cargo.toml
index 9ffafdda71ef1cb00dbe531ca0626e8cb5ad07ca..76cc06e8c342e9ec2f0a21a69c6c36d86d7bb51c 100644 (file)
@@ -2,6 +2,10 @@
 name = "nihav-tool"
 version = "0.1.0"
 authors = ["Kostya Shishkov <kostya.shishkov@gmail.com>"]
+edition = "2018"
 
 [dependencies]
-nihav = { path="/home/kst/devel/nihav" }
\ No newline at end of file
+nihav_core = { path="../nihav-core" }
+nihav_codec_support = { path="../nihav-codec-support" }
+nihav_registry = { path="../nihav-registry" }
+nihav_allstuff = { path="../nihav-allstuff" }