From 555fe9853cf5fcefbca4f0e249927f0102818674 Mon Sep 17 00:00:00 2001 From: Till Hoeppner Date: Sun, 26 Jul 2015 15:55:32 +0200 Subject: Remove "freq" executable target --- Cargo.toml | 5 ----- 1 file changed, 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 "] name = "ilc" doc = false -[[bin]] -name = "freq" -path = "src/freq.rs" -doc = false - [dependencies] regex = "*" regex_macros = "*" -- cgit v1.2.3