Adding swamp_script_dep_loader library as a dependency

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

cargo add swamp-script-dep-loader

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

swamp-script-dep-loader = "0.1.10"

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

Back to the crate overview.