rust-lightning/Cargo.toml

11 lines
184 B
TOML

[workspace]
members = [
"lightning",
"lightning-net-tokio",
]
# Our tests do actual crypo and lots of work, the tradeoff for -O1 is well worth it
[profile.dev]
opt-level = 1