From 7a53dc9193c8afa9e6e8c03f233d4b0b5a745d19 Mon Sep 17 00:00:00 2001 From: Till Hoeppner Date: Sun, 5 Apr 2015 17:23:46 +0200 Subject: Fix doc generation --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 12d8b2e..f24dfda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,10 @@ name = "ilc" version = "0.0.1" authors = ["Till Hoeppner "] +[[bin]] +name = "ilc" +doc = false + [dependencies] regex = "*" regex_macros = "*" -- cgit v1.2.3