touhou-reimpl/instructions/Cargo.toml

11 lines
206 B
TOML

[package]
name = "instructions"
version = "0.1.0"
edition = "2021"
[dependencies]
macros = { version = "0.1.0", path = "../macros" }
num-derive = "0.4.2"
num-traits = "0.2.19"
truth = { workspace = true }