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

10
wrapper/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "wrapper"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.2.1", features = [ "derive" ] }
sim_8086 = { path = "../sim_8086" }