mirror of
https://github.com/guilhermewerner/machine
synced 2025-06-16 21:24:18 +00:00
Working...
This commit is contained in:
13
Cargo.toml
13
Cargo.toml
@ -12,6 +12,19 @@ name = "Machine"
|
||||
crate-type = ["rlib"]
|
||||
path = "Source/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
bincode = "1.3.3"
|
||||
bitflags = "1.3.2"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
||||
[[example]]
|
||||
name = "Simple"
|
||||
path = "Examples/Simple.rs"
|
||||
|
||||
[[example]]
|
||||
name = "Assembler"
|
||||
path = "Examples/Assembler.rs"
|
||||
|
||||
[[example]]
|
||||
name = "Loader"
|
||||
path = "Examples/Loader.rs"
|
||||
|
Reference in New Issue
Block a user