nesrust/ui/Cargo.toml

10 lines
256 B
TOML
Raw Permalink Normal View History

2025-01-19 14:17:57 -05:00
[package]
name = "ui"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
core = { path = "../core" }
simplelog = { version = "^0.12.0", features = ["paris"] }