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