rgb-cln/Cargo.toml

11 lines
130 B
TOML

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