15 lines
435 B
TOML
15 lines
435 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"
|
|
|
|
[dependencies]
|
|
rlua = "0.19.5"
|