uxn/Cargo.toml

20 lines
343 B
TOML
Raw Normal View History

2022-12-10 19:51:28 +00:00
[package]
name = "uxn"
version = "0.1.0"
edition = "2021"
2022-12-26 04:49:05 +00:00
[[bin]]
name = "uxncli"
path = "src/bin/uxncli/main.rs"
[[bin]]
name = "uxnsym"
path = "src/bin/uxnsym/main.rs"
2022-12-10 19:51:28 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2022-12-26 04:49:05 +00:00
[dev-dependencies]
quickcheck = "1.0.3"
rstest = "0.16.0"
2022-12-24 03:41:44 +00:00
nofmt = "1.0"