Files
machine/Cargo.toml
2021-11-15 21:22:09 -03:00

15 lines
254 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"