Prepare mlua_derive for publishing

This commit is contained in:
Alex Orlenko 2019-11-05 11:50:58 +00:00
parent aa3002b7d9
commit abff36c6c8

View file

@ -3,6 +3,10 @@ name = "mlua_derive"
version = "0.1.0"
authors = ["Aleksandr Orlenko <zxteam@protonmail.com>"]
edition = "2018"
description = "Procedural macros for the mlua crate."
repository = "https://github.com/khvzak/mlua"
keywords = ["lua", "mlua"]
license = "MIT"
[lib]
proc-macro = true