X-Git-Url: https://git.nihav.org/?p=nihav-tool.git;a=blobdiff_plain;f=Cargo.toml;h=2cbd17e7da2f2ba9e301216f5f58f0d2466d0c3b;hp=9ffafdda71ef1cb00dbe531ca0626e8cb5ad07ca;hb=a319c93c35587d7c2fd7a90fbd3c9e2c66f15f4e;hpb=019f9f9c8f115c0b7e3a18f1ad81a47546aa0793 diff --git a/Cargo.toml b/Cargo.toml index 9ffafdd..2cbd17e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,9 @@ name = "nihav-tool" version = "0.1.0" authors = ["Kostya Shishkov "] +edition = "2018" [dependencies] -nihav = { path="/home/kst/devel/nihav" } \ No newline at end of file +nihav_core = { path="../nihav-core" } +nihav_registry = { path="../nihav-registry" } +nihav_allstuff = { path="../nihav-allstuff" }