mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-01-19 05:43:55 +01:00
11 lines
184 B
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
|