Make `expect_payment_failed_conditions` a function
[rust-lightning] / Cargo.toml
index 96f4b1d17700ec1cfee63c2a282b768b080ba053..f263dc8eccb16414c5e440b70c02bd6e9e4ab2df 100644 (file)
@@ -3,8 +3,15 @@
 members = [
     "lightning",
     "lightning-block-sync",
+    "lightning-invoice",
     "lightning-net-tokio",
     "lightning-persister",
+    "lightning-background-processor",
+    "lightning-rapid-gossip-sync"
+]
+
+exclude = [
+    "no-std-check",
 ]
 
 # Our tests do actual crypo and lots of work, the tradeoff for -O1 is well worth it.
@@ -20,3 +27,8 @@ panic = "abort"
 opt-level = 3
 lto = true
 panic = "abort"
+
+[profile.bench]
+opt-level = 3
+codegen-units = 1
+lto = true