X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Cargo.toml;h=ddc82cd5d4564cc4299004c797709587c878e291;hb=9aa6ddb24e3063787595a1ef06a84afac23f15c6;hp=afc0092c72da50a1a9fecbf8bfb2edf5daa04104;hpb=1ceb41e08b2d76b23d2505a10a88db8d840895ca;p=rust-lightning diff --git a/Cargo.toml b/Cargo.toml index afc0092c..ddc82cd5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,4 +1,5 @@ [workspace] +resolver = "2" members = [ "lightning", @@ -7,13 +8,15 @@ members = [ "lightning-net-tokio", "lightning-persister", "lightning-background-processor", - "lightning-rapid-gossip-sync" + "lightning-rapid-gossip-sync", + "lightning-custom-message", + "lightning-transaction-sync", ] exclude = [ - "lightning-custom-message", - "lightning-transaction-sync", "no-std-check", + "msrv-no-dev-deps-check", + "bench", ] # Our tests do actual crypto and lots of work, the tradeoff for -O2 is well @@ -35,8 +38,3 @@ lto = "off" opt-level = 3 lto = true panic = "abort" - -[profile.bench] -opt-level = 3 -codegen-units = 1 -lto = true