lovm2_module 0.1.0

a lightweight virtual machine with a focus on simplicity and extendability.
Documentation
[dependencies.lazy_static]
version = "1.4.0"

[dependencies.proc-macro2]
version = "1.0.24"

[dependencies.quote]
version = "1.0.7"

[dependencies.syn]
features = ["full", "printing", "extra-traits"]
version = "1.0.48"

[lib]
name = "lovm2_module"
proc-macro = true

[package]
authors = ["lausek <root@lausek.eu>"]
description = "a lightweight virtual machine with a focus on simplicity and extendability."
edition = "2018"
homepage = "https://github.com/lausek/lovm2"
keywords = ["interpreter"]
license-file = "LICENSE"
name = "lovm2_module"
readme = "README.md"
repository = "https://github.com/lausek/lovm2"
version = "0.1.0"