write RGB data properly and from more formats
[nihav-tool.git] / Cargo.toml
index 9ffafdda71ef1cb00dbe531ca0626e8cb5ad07ca..f94d08dc8288dfdb94a3f050b088b3078994ed92 100644 (file)
@@ -2,6 +2,8 @@
 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_allstuff = { path="../nihav-allstuff" }