core-lightning/Cargo.toml
Christian Decker faa3835177 cln-rpc: Scaffolding for the cln-rpc crate
Changelog-Added: cln-rpc: A new Rust library called `cln-rpc` can be used to interact with the JSON-RPC
2022-02-11 16:02:25 +01:00

5 lines
39 B
TOML

[workspace]
members = [
"cln-rpc",
]