Adding altv_internal_core_shared library as a dependency

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

cargo add altv_internal_core_shared

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

altv_internal_core_shared = "16.4.3"

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

Back to the crate overview.