diff options
author | Till Hoeppner | 2015-04-05 17:23:46 +0200 |
---|---|---|
committer | Till Hoeppner | 2015-04-05 17:23:46 +0200 |
commit | 7a53dc9193c8afa9e6e8c03f233d4b0b5a745d19 (patch) | |
tree | 0dd263147ea30940f9488e7cd7b9f34b2a3acbf8 | |
parent | cfdebfe91b6815f200d9faa641b29ff3c6759399 (diff) | |
download | ilc-7a53dc9193c8afa9e6e8c03f233d4b0b5a745d19.tar.gz ilc-7a53dc9193c8afa9e6e8c03f233d4b0b5a745d19.tar.xz ilc-7a53dc9193c8afa9e6e8c03f233d4b0b5a745d19.zip |
Fix doc generation
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,10 @@ name = "ilc" version = "0.0.1" authors = ["Till Hoeppner <till@hoeppner.ws>"] +[[bin]] +name = "ilc" +doc = false + [dependencies] regex = "*" regex_macros = "*" |