Adding zksync_basic_types library as a dependency
Run this command in a terminal, in your project's directory:
cargo add zksync_basic_types
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
zksync_basic_types = "29.7.1-non-semver-compat"
The zksync_basic_types library will be automatically available globally.
Read the zksync_basic_types library documentation.