aboutsummaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml12
1 files changed, 4 insertions, 8 deletions
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" }