Adding factorio_lua_src library as a dependency
Run this command in a terminal, in your project's directory:
cargo add factorio-lua-src
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
factorio-lua-src = "546.0.0"
The factorio_lua_src library will be automatically available globally.
Read the factorio_lua_src library documentation.