mirror of
https://github.com/guilhermewerner/machine
synced 2025-06-15 20:54:20 +00:00
18 lines
310 B
TOML
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"
|