appleone/Cargo.toml

12 lines
229 B
TOML
Raw Normal View History

2024-04-05 20:57:58 +00:00
[package]
name = "apple-one"
2024-04-05 21:09:42 +00:00
version = "1.0.0"
2024-04-05 20:57:58 +00:00
edition = "2021"
2024-04-05 21:09:42 +00:00
license = "MIT"
2024-04-05 20:57:58 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
r6502 = "1.1.1"
crossterm = "0.27"