Skip to content

Commit

Permalink
use cargo workspace (openethereum#5601)
Browse files Browse the repository at this point in the history
* use cargo workspace

* removed profiles for non root packages
  • Loading branch information
debris authored and arkpar committed May 23, 2017
1 parent f38cc8e commit a8d99ae
Show file tree
Hide file tree
Showing 7 changed files with 102 additions and 80 deletions.
161 changes: 100 additions & 61 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Expand Up @@ -104,3 +104,5 @@ name = "parity"
debug = false
lto = false
panic = "abort"

[workspace]
4 changes: 0 additions & 4 deletions ipc-common-types/Cargo.toml
Expand Up @@ -13,7 +13,3 @@ ethcore-ipc-codegen = { path = "../ipc/codegen" }
semver = "0.6"
ethcore-ipc = { path = "../ipc/rpc" }
ethcore-util = { path = "../util" }

[profile.release]
debug = true
lto = false
4 changes: 0 additions & 4 deletions logger/Cargo.toml
Expand Up @@ -15,7 +15,3 @@ time = "0.1"
parking_lot = "0.4"
arrayvec = "0.3"
ansi_term = "0.9"

[profile.release]
debug = true
lto = false
3 changes: 0 additions & 3 deletions secret_store/Cargo.toml
Expand Up @@ -35,6 +35,3 @@ ethcore-logger = { path = "../logger" }
ethcrypto = { path = "../ethcrypto" }
ethkey = { path = "../ethkey" }
native-contracts = { path = "../ethcore/native_contracts" }

[profile.release]
debug = true
4 changes: 0 additions & 4 deletions stratum/Cargo.toml
Expand Up @@ -24,7 +24,3 @@ ethcore-ipc-nano = { path = "../ipc/nano" }
futures = "0.1"
tokio-core = "0.1"
ethcore-logger = { path = "../logger" }

[profile.release]
debug = true
lto = false
4 changes: 0 additions & 4 deletions updater/Cargo.toml
Expand Up @@ -22,7 +22,3 @@ ipc-common-types = { path = "../ipc-common-types" }
ethcore-ipc = { path = "../ipc/rpc" }
parity-reactor = { path = "../util/reactor" }
path = { path = "../util/path" }

[profile.release]
debug = true
lto = false

0 comments on commit a8d99ae

Please sign in to comment.