mirror of
https://github.com/mlua-rs/mlua
synced 2026-06-08 16:05:43 +00:00
Updates to Cargo.toml metadata
This commit is contained in:
+6
-1
@@ -1,7 +1,12 @@
|
||||
[package]
|
||||
name = "rlua"
|
||||
version = "0.1.0"
|
||||
authors = ["kyren <kerriganw@gmail.com>"]
|
||||
authors = ["kyren <catherine@chucklefish.org>"]
|
||||
repository = "https://github.com/chucklefish/rlua"
|
||||
description = "High level bindings to Lua 5.3"
|
||||
readme = "README.md"
|
||||
keywords = ["lua"]
|
||||
license = "MIT"
|
||||
|
||||
[build-dependencies]
|
||||
gcc = "*"
|
||||
|
||||
Reference in New Issue
Block a user