Create most naive starting solution (#22)
This commit is contained in:
10
sim-wrapper/Cargo.toml
Normal file
10
sim-wrapper/Cargo.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[package]
|
||||
name = "sim-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.3.1", features = [ "derive" ] }
|
||||
sim_8086 = { path = "../sim_8086" }
|
Reference in New Issue
Block a user