rgb-cln/Cargo.toml

12 lines
145 B
TOML

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