Adding ckb_light_client_protocol_server library as a dependency
Run this command in a terminal, in your project's directory:
cargo add ckb-light-client-protocol-server
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
ckb-light-client-protocol-server = "1.1.1"
The ckb_light_client_protocol_server library will be automatically available globally.
Read the ckb_light_client_protocol_server library documentation.