flush wavwriter data on close
[nihav-tool.git] / Cargo.toml
index 2a5c5483f4394aa7036c5cd359db60a0595b480f..76cc06e8c342e9ec2f0a21a69c6c36d86d7bb51c 100644 (file)
@@ -5,4 +5,7 @@ authors = ["Kostya Shishkov <kostya.shishkov@gmail.com>"]
 edition = "2018"
 
 [dependencies]
-nihav = { path="../nihav" }
+nihav_core = { path="../nihav-core" }
+nihav_codec_support = { path="../nihav-codec-support" }
+nihav_registry = { path="../nihav-registry" }
+nihav_allstuff = { path="../nihav-allstuff" }