init
This commit is contained in:
14
Cargo.toml
Normal file
14
Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "rlua-searcher"
|
||||
version = "0.1.0"
|
||||
edition = "2018"
|
||||
authors = ["Andy Weidenbaum <atweiden@ioiojo.com>"]
|
||||
license = "MIT"
|
||||
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]
|
||||
rlua = "0.17"
|
Reference in New Issue
Block a user