Skip to content

Commit ae8ed58

Browse files
committed
Update cargo.toml
1 parent 6861b7f commit ae8ed58

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Cargo.toml

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ name = "luajit"
33
version = "0.1.0"
44
authors = ["Dreae <[email protected]>"]
55
build = "build.rs"
6+
description = "Rust crate for calling LuaJIT from Rust"
7+
documentation = "https://dreae.gitlab.io/luajit-rs/luajit/"
8+
repository = "https://gitlab.com/Dreae/luajit-rs"
9+
readme = "README.md"
10+
keywords = ["luajit", "lua"]
11+
category = ["external-ffi-bindings", "embedded", "api-bindings"]
12+
license = "MIT"
613

714
[dependencies]
815
libc = "0.2.32"

0 commit comments

Comments
 (0)