From: Kostya Shishkov Date: Sat, 8 Sep 2018 09:34:04 +0000 (+0200) Subject: use relative path X-Git-Url: https://git.nihav.org/?p=nihav-tool.git;a=commitdiff_plain;h=570a92d70d650e0177fa939cbe710f44c92a91ca use relative path --- diff --git a/Cargo.toml b/Cargo.toml index 31e9517..b6ee43d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,4 +4,4 @@ version = "0.1.0" authors = ["Kostya Shishkov "] [dependencies] -nihav = { path="/home/kst/devel/nihav" } +nihav = { path="../nihav" }