mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +01:00
11 lines
130 B
TOML
11 lines
130 B
TOML
[profile.release]
|
|
strip = "debuginfo"
|
|
|
|
[workspace]
|
|
members = [
|
|
"cln-rpc",
|
|
"cln-grpc",
|
|
"plugins",
|
|
"plugins/grpc-plugin",
|
|
]
|