[package] name = "libghost" license = "MIT" description = "The Rust, library-format distribution of libghost, a multi-language PROS (VEX robotics) template." homepage = "https://template.firebirds.win" repository = "https://github.com/libghost/ghost-rs-lib" readme = "README.md" version = "0.4.6" edition = "2021" exclude = [ "tests/**", "tests/" ] [profile.release] panic = "abort" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] libm = "0.2.8" pros = { version = "0.8.0", git = "https://github.com/pros-rs/pros-rs.git" }