core-lightning/Cargo.toml
2022-07-21 15:21:12 -05:00

11 lines
130 B
TOML

[profile.release]
strip = "debuginfo"
[workspace]
members = [
"cln-rpc",
"cln-grpc",
"plugins",
"plugins/grpc-plugin",
]