uxn/Cargo.toml

19 lines
343 B
TOML

[package]
name = "uxn"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "uxncli"
path = "src/bin/uxncli/main.rs"
[[bin]]
name = "uxnsym"
path = "src/bin/uxnsym/main.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dev-dependencies]
quickcheck = "1.0.3"
rstest = "0.16.0"
nofmt = "1.0"