feat: with iocat

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-08-02 12:45:56 +02:00
parent 2b29a9d0e8
commit ae42899727
5 changed files with 105 additions and 9 deletions

View File

@@ -2,17 +2,13 @@
name = "rlua-searcher"
version = "0.1.0"
edition = "2021"
authors = ["Andy Weidenbaum <atweiden@ioiojo.com>"]
authors = ["Andy Weidenbaum <atweiden@ioiojo.com>", "Kasper J. Hermansen <contact@kjuulh.io>"]
license = "MIT OR Apache-2.0"
keywords = ["lua"]
homepage = "https://git.sr.ht/~ioiojo/rlua-searcher"
repository = "https://git.sr.ht/~ioiojo/rlua-searcher"
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"
[dependencies.io-cat]
git = "https://git.sr.ht/~ioiojo/io-cat"
rev = "74167240f6a284505a1f0a334432352878a7ba99"