lc3-vm/Cargo.toml

14 lines
296 B
TOML
Raw Normal View History

2024-01-04 22:29:34 -05:00
[package]
name = "lc3"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-01-05 17:01:57 -05:00
byteorder = "1.5.0"
2024-01-14 20:57:14 -05:00
clap = { version = "4.4.16", features = ["derive"] }
2024-01-06 18:05:35 -05:00
ctrlc = "3.4.2"
libc = "0.2.151"
termios = "0.3.3"