Changelog-Changed: wss-proxy.py was replaced by a rust version with support for multiple `wss-bind-addr`. If you install CLN from pre-compiled binaries you must remove the old wss-proxy directory first before installing CLN, usually it is located in `/usr/local/libexec/c-lightning/plugins/wss-proxy`. If you compile from source `make` will take care of this automatically.
15 lines
239 B
TOML
15 lines
239 B
TOML
[profile.release]
|
|
strip = "debuginfo"
|
|
|
|
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"cln-rpc",
|
|
"cln-grpc",
|
|
"plugins",
|
|
"plugins/grpc-plugin",
|
|
"plugins/rest-plugin",
|
|
"plugins/lsps-plugin",
|
|
"plugins/wss-proxy-plugin",
|
|
]
|