Files
performance_aware_programming/sim_8086/Cargo.toml
2023-04-12 20:33:42 +01:00

13 lines
220 B
TOML

[package]
name = "sim_8086"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
[dependencies]
const_panic = "0.2.7"
nom = "7.1.3"