diff --git a/libimagtodo/Cargo.toml b/libimagtodo/Cargo.toml index bf40166f..55ce75ca 100644 --- a/libimagtodo/Cargo.toml +++ b/libimagtodo/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" task-hookrs = "0.2"