Restructure into a library (#7)

This commit is contained in:
Patrick Stevens
2023-04-12 20:33:42 +01:00
committed by GitHub
parent eee94c399d
commit 0c6a3abc08
18 changed files with 2044 additions and 1925 deletions

12
sim_8086/Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[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"