ldk_node
Run this command in a terminal, in your project's directory:
cargo add ldk-node
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
ldk-node = "0.7.0"
The ldk_node library will be automatically available globally. Read the ldk_node library documentation.
Back to the crate overview.