libghost 0.4.3

The Rust distribution of libghost, a multi-language PROS template.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.libm]
version = "0.2.8"

[dependencies.pros]
version = "0.8.0"

[package]
description = "The Rust distribution of libghost, a multi-language PROS template."
edition = "2021"
exclude = ["tests/**", "tests/"]
homepage = "https://template.firebirds.win"
license = "MIT"
name = "libghost"
readme = "README.md"
repository = "https://github.com/libghost/ghost-rs-lib"
version = "0.4.3"
[profile.release]
panic = "abort"