summaryrefslogtreecommitdiffstats
path: root/libimagentrymarkdown
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-10-31 23:39:38 +0100
committerGitHub <noreply@github.com>2016-10-31 23:39:38 +0100
commit0a040815993803defe79749786adbd01f40b79b2 (patch)
tree5c404fb2035ed818feb933ddfdb2306a9ea21d4f /libimagentrymarkdown
parentfa64c2d27dc4b9afbfa7d077ed7821e7688e0339 (diff)
parentdfa38962e3c3df350b0603b97076ba1c22cef626 (diff)
Merge pull request #656 from matthiasbeyer/cargo-rustc-codegen-units
Cargo rustc codegen units
Diffstat (limited to 'libimagentrymarkdown')
-rw-r--r--libimagentrymarkdown/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/libimagentrymarkdown/Cargo.toml b/libimagentrymarkdown/Cargo.toml
index 6893a113..914dcfe4 100644
--- a/libimagentrymarkdown/Cargo.toml
+++ b/libimagentrymarkdown/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]
log = "0.3"
hoedown = "5.0.0"