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