uxn/Cargo.toml

11 lines
205 B
TOML
Raw Normal View History

2022-12-10 19:51:28 +00:00
[package]
name = "uxn"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-12-24 03:41:44 +00:00
nofmt = "1.0"
num_enum = "0.5.7"