aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTill Höppner2016-02-25 06:48:03 +0100
committerTill Höppner2016-02-25 06:48:03 +0100
commit9f5dd9dad6b13476bab2c6eb3c6528f8ad49311a (patch)
tree1ca71876029cb466aa6230f1aead05b32f19bf6d /Cargo.toml
parent685aac1cc537692b2cf9342dcb6c26fa74c3c920 (diff)
downloadilc-9f5dd9dad6b13476bab2c6eb3c6528f8ad49311a.tar.gz
ilc-9f5dd9dad6b13476bab2c6eb3c6528f8ad49311a.tar.xz
ilc-9f5dd9dad6b13476bab2c6eb3c6528f8ad49311a.zip
Refactor... everything.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml18
1 files changed, 4 insertions, 14 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 38e294b..1b06b77 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,25 +5,15 @@ homepage = "https://github.com/tilpner/ilc"
license = "Apache-2.0"
name = "ilc"
repository = "https://github.com/tilpner/ilc"
-version = "0.1.2"
+version = "0.2.0"
[[bin]]
-doc = false
name = "ilc"
+doc = false
[dependencies]
-tendril = "0.2.1"
-bincode = "0.4.0"
-blist = "0.0.4"
-chrono = "0.2.18"
-clap = "2.0.2"
-env_logger = "0.3.2"
-glob = "0.2.10"
-log = "0.3.5"
-regex = "0.1.48"
-rmp = "0.7.3"
-rmp-serialize = "0.7.0"
-rustc-serialize = "0.3.16"
+# ilc-cli = "*"
+ilc-cli = { path = "cli" }
[profile.release]
debug = false