Adding casper_types library as a dependency
Run this command in a terminal, in your project's directory:
cargo add casper-types
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
casper-types = "6.1.0"
The casper_types library will be automatically available globally.