X-Git-Url: https://git.nihav.org/?p=nihav-tool.git;a=blobdiff_plain;f=Cargo.toml;h=f94d08dc8288dfdb94a3f050b088b3078994ed92;hp=31e95177e5094e13038a355493f0c7b03e9c8a4b;hb=f15f3836e13cc132ea67202a74cf85847ccccabb;hpb=3660c127f52a92862248464767a3d92cf63aa182 diff --git a/Cargo.toml b/Cargo.toml index 31e9517..f94d08d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,8 @@ name = "nihav-tool" version = "0.1.0" authors = ["Kostya Shishkov "] +edition = "2018" [dependencies] -nihav = { path="/home/kst/devel/nihav" } +nihav_core = { path="../nihav-core" } +nihav_allstuff = { path="../nihav-allstuff" }