diff options
-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 = "*" |