lumand 0.1.0

Rust bridge for lua and demand.
Documentation
[dependencies.demand]
version = "1.6.1"

[dependencies.mlua]
features = ["lua52", "module"]
version = "0.10.2"

[lib]
crate-type = ["cdylib"]
name = "lumand"
path = "src/lib.rs"

[package]
authors = ["Noah <noahbuergler@proton.me"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Rust bridge for lua and demand."
documentation = "https://docs.rs/lumand"
edition = "2021"
keywords = ["cli"]
license = "GPL-3.0-or-later"
name = "lumand"
readme = "README.md"
repository = "https://github.com/NQMVD/lumand"
version = "0.1.0"