2021-02-04 01:09:05 +01:00
|
|
|
[package]
|
|
|
|
name = "rlua-searcher"
|
|
|
|
version = "0.1.0"
|
2022-01-22 10:53:53 +01:00
|
|
|
edition = "2021"
|
2023-08-02 12:45:56 +02:00
|
|
|
authors = ["Andy Weidenbaum <atweiden@ioiojo.com>", "Kasper J. Hermansen <contact@kjuulh.io>"]
|
2021-03-22 01:57:11 +01:00
|
|
|
license = "MIT OR Apache-2.0"
|
2021-02-04 01:09:05 +01:00
|
|
|
keywords = ["lua"]
|
2023-08-02 12:45:56 +02:00
|
|
|
homepage = "https://git.front.kjuulh.io/kjuulh/rlua-searcher"
|
|
|
|
repository = "https://git.front.kjuulh.io/kjuulh/rlua-searcher"
|
2021-02-04 01:09:05 +01:00
|
|
|
readme = "README.md"
|
|
|
|
description = "Require Lua modules by name"
|
2023-08-02 12:48:38 +02:00
|
|
|
publishable = true
|
2021-02-04 01:09:05 +01:00
|
|
|
|
|
|
|
[dependencies]
|
2024-04-06 22:35:35 +02:00
|
|
|
rlua = "0.20.0"
|