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