Adding factorio_mlua library as a dependency

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

cargo add factorio-mlua

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

factorio-mlua = "0.9.0-beta.4"

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

Back to the crate overview.