Adding oro_script library as a dependency

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

cargo add oro-script

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

oro-script = "0.3.34"

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

Back to the crate overview.