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