From 58fdc5c7566323427d62754b8c1fd4b7b30a92e6 Mon Sep 17 00:00:00 2001 From: Till Höppner Date: Thu, 25 Feb 2016 07:29:43 +0100 Subject: Remove bootstrapping path deps --- cli/Cargo.toml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'cli/Cargo.toml') diff --git a/cli/Cargo.toml b/cli/Cargo.toml index b5bf1d5..62b47b9 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -16,11 +16,7 @@ clap = "2.1.2" chrono = "0.2.19" env_logger = "0.3.2" glob = "0.2.10" -# ilc-base = "*" -ilc-base = { path = "../base" } -# ilc-ops = "*" -ilc-ops = { path = "../ops" } -# ilc-format-weechat = { optional = true, version = "*" } -ilc-format-weechat = { optional = true, path = "../formats/weechat" } -# ilc-format-energymech = { optional = true, version = "*" } -ilc-format-energymech = { optional = true, path = "../formats/energymech" } +ilc-base = "0.1.0" +ilc-ops = "0.1.0" +ilc-format-weechat = { optional = true, version = "0.1.0" } +ilc-format-energymech = { optional = true, version = "0.1.0" } -- cgit v1.2.3