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