Files
machine/Cargo.toml
2021-11-16 10:52:32 -03:00

18 lines
310 B
TOML

[package]
name = "machine"
version = "0.0.2"
description = "Virtual Machine"
repository = "https://github.com/GuilhermeWerner/Machine"
license = "MIT"
edition = "2021"
publish = false
[lib]
name = "Machine"
crate-type = ["rlib"]
path = "Source/lib.rs"
[[example]]
name = "Simple"
path = "Examples/Simple.rs"