From 570a92d70d650e0177fa939cbe710f44c92a91ca Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Sat, 8 Sep 2018 11:34:04 +0200 Subject: [PATCH 1/1] use relative path --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } -- 2.30.2