Update Cargo.toml

This commit is contained in:
Alex Orlenko 2020-04-17 23:27:41 +01:00
parent f7dc9da107
commit ef06c5eec9
1 changed files with 4 additions and 1 deletions

View File

@ -13,12 +13,15 @@ links = "lua"
build = "build/main.rs" build = "build/main.rs"
description = """ description = """
High level bindings to Lua 5.1/5.2/5.3 (including LuaJIT) High level bindings to Lua 5.1/5.2/5.3 (including LuaJIT)
with support of writing native lua modules in Rust. with async/await features and support of writing native lua modules in Rust.
""" """
[badges] [badges]
# github-actions = { repository = "khvzak/mlua", workflow = "CI" } # github-actions = { repository = "khvzak/mlua", workflow = "CI" }
[package.metadata.docs.rs]
features = ["async"]
[workspace] [workspace]
members = [ members = [
"mlua_derive", "mlua_derive",