[package] name = "altv-sdk" version = "0.2.0" authors = ["Dimaa ", "7Hazard "] edition = "2018" description = "AltV SDK" repository = "https://github.com/DimaaIO/altv-rs" license = "MIT/Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] altv-core = { path = "../altv-core", version = "0.1.0" } nalgebra = "0.21.1" [build-dependencies] bindgen = "0.53.2"