summaryrefslogtreecommitdiffstats
path: root/imag-todo
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-08-23 11:58:56 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-10-24 13:50:52 +0200
commitf1b1693aa931222b77994ebf28b93027d0e9cb45 (patch)
tree0e391ba328f6767de6442cce5095eb8f511bfb91 /imag-todo
parentd82db97978913669865071a5e57eb81faffc5924 (diff)
Add codegen-units = 2 in ./imag-todo/Cargo.toml
Diffstat (limited to 'imag-todo')
-rw-r--r--imag-todo/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/imag-todo/Cargo.toml b/imag-todo/Cargo.toml
index 08c2da68..fc8d70c4 100644
--- a/imag-todo/Cargo.toml
+++ b/imag-todo/Cargo.toml
@@ -13,6 +13,9 @@ documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.h
repository = "https://github.com/matthiasbeyer/imag"
homepage = "http://imag-pim.org"
+[profile.dev]
+codegen-units = 2
+
[dependencies]
clap = "2.*"
glob = "0.2.11"