Restructure into a library (#7)
This commit is contained in:
12
sim_8086/Cargo.toml
Normal file
12
sim_8086/Cargo.toml
Normal 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"
|
Reference in New Issue
Block a user