rlua-searcher/Cargo.toml

19 lines
485 B
TOML
Raw Normal View History

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"
2021-02-04 01:09:05 +01:00
authors = ["Andy Weidenbaum <atweiden@ioiojo.com>"]
license = "MIT OR Apache-2.0"
2021-02-04 01:09:05 +01:00
keywords = ["lua"]
homepage = "https://git.sr.ht/~ioiojo/rlua-searcher"
repository = "https://git.sr.ht/~ioiojo/rlua-searcher"
readme = "README.md"
description = "Require Lua modules by name"
[dependencies]
2022-01-22 11:28:10 +01:00
rlua = "0.18"
2022-06-27 05:38:18 +02:00
[dependencies.io-cat]
git = "https://git.sr.ht/~ioiojo/io-cat"
rev = "e08a8b9776f36a9e8e015d7c9802dbf758187fe2"