summaryrefslogtreecommitdiffstats
path: root/imag-notes/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'imag-notes/Cargo.toml')
-rw-r--r--imag-notes/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/imag-notes/Cargo.toml b/imag-notes/Cargo.toml
index 59f4a802..c7ef71a3 100644
--- a/imag-notes/Cargo.toml
+++ b/imag-notes/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]
semver = "0.2.1"
clap = ">=2.17"