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