Adding rustyscript library as a dependency

Run this command in a terminal, in your project's directory:

cargo add rustyscript

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

rustyscript = "0.12.3"

The rustyscript library will be automatically available globally. Read the rustyscript library documentation.

Back to the crate overview.