10
Cargo.toml
10
Cargo.toml
@@ -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"
|
||||
|
Reference in New Issue
Block a user