aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTill Hoeppner2015-07-26 15:55:32 +0200
committerTill Hoeppner2015-07-26 15:55:32 +0200
commit555fe9853cf5fcefbca4f0e249927f0102818674 (patch)
treeba550a804f60fdb91baa9d63435e2e2ec6678c96
parent1288ebd52be8fc8b739e95d88690ad2b57d5f88c (diff)
downloadilc-555fe9853cf5fcefbca4f0e249927f0102818674.tar.gz
ilc-555fe9853cf5fcefbca4f0e249927f0102818674.tar.xz
ilc-555fe9853cf5fcefbca4f0e249927f0102818674.zip
Remove "freq" executable target
-rw-r--r--Cargo.toml5
1 files changed, 0 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 36bc268..59c31f5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,11 +9,6 @@ authors = ["Till Hoeppner <till@hoeppner.ws>"]
name = "ilc"
doc = false
-[[bin]]
-name = "freq"
-path = "src/freq.rs"
-doc = false
-
[dependencies]
regex = "*"
regex_macros = "*"