summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPaul Masurel <paul.masurel@gmail.com>2016-08-14 23:08:17 +0900
committerPaul Masurel <paul.masurel@gmail.com>2016-08-14 23:08:17 +0900
commit4773c8581c28c231bef55f8ff6384f2d09aee1d3 (patch)
tree9adde53ba01307446b9cdd8df13e6aa4fd131757 /Cargo.toml
parente847de1ebb7db434c51e6bd5d3f41f54fc11e2d1 (diff)
Moved cli to another project
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml14
1 files changed, 0 insertions, 14 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d206bab..e60e4be 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,12 +33,6 @@ itertools = "0.4.16"
lz4 = "1.13.131"
time = "0.1.34"
uuid = "0.1"
-iron = "0.4"
-staticfile = "0.3.0"
-persistent="0.2.0"
-ansi_term = "0.8.0"
-clap = "2"
-mount = "0.2.1"
[dev-dependencies]
rand = "0.3.13"
@@ -46,15 +40,7 @@ rand = "0.3.13"
[build-dependencies]
gcc = "0.3.24"
-[[bin]]
-name = "tantivy-cli"
-path = "src/cli/main.rs"
-doc = false
-
# [profile.release]
# debug = true
-[dependencies.urlencoded]
-version = "0.4"
-