X-Git-Url: https://git.nihav.org/?p=nihav-tool.git;a=blobdiff_plain;f=Cargo.toml;h=2cbd17e7da2f2ba9e301216f5f58f0d2466d0c3b;hp=2a5c5483f4394aa7036c5cd359db60a0595b480f;hb=a319c93c35587d7c2fd7a90fbd3c9e2c66f15f4e;hpb=1e596ff31b7631a5ea3a8bce6aac073c10f2732b diff --git a/Cargo.toml b/Cargo.toml index 2a5c548..2cbd17e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,4 +5,6 @@ authors = ["Kostya Shishkov "] edition = "2018" [dependencies] -nihav = { path="../nihav" } +nihav_core = { path="../nihav-core" } +nihav_registry = { path="../nihav-registry" } +nihav_allstuff = { path="../nihav-allstuff" }