jabyengine/src/Tools/psxreadmap/readmap/Cargo.toml

10 lines
251 B
TOML

[package]
name = "readmap"
version = "1.0.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
num-traits = "*"
tool_helper = {version = "*", path = "../../tool_helper"}