rlua-searcher/Cargo.toml

16 lines
454 B
TOML

[package]
name = "rlua-searcher"
version = "0.1.0"
edition = "2021"
authors = ["Andy Weidenbaum <atweiden@ioiojo.com>", "Kasper J. Hermansen <contact@kjuulh.io>"]
license = "MIT OR Apache-2.0"
keywords = ["lua"]
homepage = "https://git.front.kjuulh.io/kjuulh/rlua-searcher"
repository = "https://git.front.kjuulh.io/kjuulh/rlua-searcher"
readme = "README.md"
description = "Require Lua modules by name"
publishable = true
[dependencies]
rlua = "0.20.0"