diff options
author | Till Hoeppner | 2015-07-26 15:55:32 +0200 |
---|---|---|
committer | Till Hoeppner | 2015-07-26 15:55:32 +0200 |
commit | 555fe9853cf5fcefbca4f0e249927f0102818674 (patch) | |
tree | ba550a804f60fdb91baa9d63435e2e2ec6678c96 | |
parent | 1288ebd52be8fc8b739e95d88690ad2b57d5f88c (diff) | |
download | ilc-555fe9853cf5fcefbca4f0e249927f0102818674.tar.gz ilc-555fe9853cf5fcefbca4f0e249927f0102818674.tar.xz ilc-555fe9853cf5fcefbca4f0e249927f0102818674.zip |
Remove "freq" executable target
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 = "*" |