X-Git-Url: https://git.nihav.org/?p=nihav-tool.git;a=blobdiff_plain;f=Cargo.toml;h=76cc06e8c342e9ec2f0a21a69c6c36d86d7bb51c;hp=b6ee43d767b072804dc1328adb923302988265da;hb=ad8d992fda91522c4488be832e3461444669fb8f;hpb=570a92d70d650e0177fa939cbe710f44c92a91ca diff --git a/Cargo.toml b/Cargo.toml index b6ee43d..76cc06e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,10 @@ name = "nihav-tool" version = "0.1.0" authors = ["Kostya Shishkov "] +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" }