[package] name = "makina" version = "0.0.2" description = "Embedded Virtual Machine" repository = "https://github.com/TribuFu/Makina" license = "MIT" readme = "README.md" edition = "2021" publish = true exclude = [ ".github/", ".vscode/", "Examples/", "Scripts/", ".editorconfig", ".gitattributes", "Bootstrap.ps1", "Bootstrap.sh", ] [lib] name = "Makina" crate-type = ["cdylib", "staticlib", "rlib"] path = "Source/lib.rs" [dependencies] serde = { version = "1.0", features = ["derive"] } [[example]] name = "Builder" path = "Examples/Builder.rs" [[example]] name = "Executor" path = "Examples/Executor.rs"