Move [profile.dev] codegen-units = 2
to top-level Cargo.toml
lower level (=package/crate level) definitions for profiles are ignored
This commit is contained in:
parent
4cdbfb62da
commit
8df5519f34
32 changed files with 3 additions and 93 deletions
|
@ -13,9 +13,6 @@ 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]
|
||||
|
||||
[dependencies.libimagbookmark]
|
||||
|
|
|
@ -12,6 +12,9 @@ website = "http://imag-pim.org"
|
|||
documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.html"
|
||||
repository = "https://github.com/matthiasbeyer/imag"
|
||||
|
||||
[profile.dev]
|
||||
codegen-units = 2
|
||||
|
||||
[workspace]
|
||||
members = [
|
||||
"bin",
|
||||
|
|
|
@ -22,9 +22,6 @@ libimagrt = { path = "../libimagrt" }
|
|||
libimagentrytag = { path = "../libimagentrytag" }
|
||||
libimagutil = { path = "../libimagutil" }
|
||||
|
||||
[profile.dev]
|
||||
codegen-units = 2
|
||||
|
||||
[dependencies]
|
||||
version = "2.0"
|
||||
walkdir = "0.1"
|
||||
|
|
|
@ -13,9 +13,6 @@ 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.17"
|
||||
log = "0.3"
|
||||
|
|
|
@ -13,9 +13,6 @@ 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.17"
|
||||
log = "0.3"
|
||||
|
|
|
@ -13,9 +13,6 @@ 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]
|
||||
chrono = "0.2"
|
||||
version = "2.0"
|
||||
|
|
|
@ -13,9 +13,6 @@ 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.5.1"
|
||||
clap = ">=2.17"
|
||||
|
|
|
@ -13,9 +13,6 @@ 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"
|
||||
|
|
|
@ -13,9 +13,6 @@ 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.5.1"
|
||||
clap = ">=2.17"
|
||||
|
|
|
@ -13,9 +13,6 @@ 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.17"
|
||||
log = "0.3"
|
||||
|
|
|
@ -13,9 +13,6 @@ 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.*"
|
||||
log = "0.3"
|
||||
|
|
|
@ -13,9 +13,6 @@ 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.17"
|
||||
glob = "0.2.11"
|
||||
|
|
|
@ -13,9 +13,6 @@ 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.17"
|
||||
log = "0.3"
|
||||
|
|
|
@ -13,9 +13,6 @@ 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"
|
||||
semver = "0.5"
|
||||
|
|
|
@ -13,9 +13,6 @@ 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"
|
||||
toml = "0.2.*"
|
||||
|
|
|
@ -13,9 +13,6 @@ 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]
|
||||
chrono = "0.2"
|
||||
log = "0.3"
|
||||
|
|
|
@ -13,9 +13,6 @@ 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.17"
|
||||
filters = "0.1.*"
|
||||
|
|
|
@ -13,9 +13,6 @@ 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]
|
||||
itertools = "0.5"
|
||||
log = "0.3"
|
||||
|
|
|
@ -13,9 +13,6 @@ 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.*"
|
||||
log = "0.3"
|
||||
|
|
|
@ -13,9 +13,6 @@ 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"
|
||||
|
|
|
@ -13,9 +13,6 @@ 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.17"
|
||||
log = "0.3"
|
||||
|
|
|
@ -13,9 +13,6 @@ 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"
|
||||
toml = "0.2.*"
|
||||
|
|
|
@ -13,9 +13,6 @@ 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"
|
||||
ansi_term = "0.9"
|
||||
|
|
|
@ -13,9 +13,6 @@ 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]
|
||||
ansi_term = "0.9.*"
|
||||
clap = ">=2.17"
|
||||
|
|
|
@ -13,9 +13,6 @@ 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.5"
|
||||
log = "0.3"
|
||||
|
|
|
@ -13,9 +13,6 @@ 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]
|
||||
itertools = "0.5"
|
||||
log = "0.3"
|
||||
|
|
|
@ -13,9 +13,6 @@ 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.17"
|
||||
env_logger = "0.3"
|
||||
|
|
|
@ -13,9 +13,6 @@ 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]
|
||||
fs2 = "0.4"
|
||||
glob = "0.2.11"
|
||||
|
|
|
@ -13,9 +13,6 @@ 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]
|
||||
toml = "0.2.*"
|
||||
log = "0.3"
|
||||
|
|
|
@ -13,9 +13,6 @@ 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.17"
|
||||
lazy_static = "0.2"
|
||||
|
|
|
@ -13,9 +13,6 @@ 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.2"
|
||||
|
|
|
@ -13,9 +13,6 @@ 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]
|
||||
url = "1.2"
|
||||
boolinator = "2.4.0"
|
||||
|
|
Loading…
Reference in a new issue