From a2855b01fa1cf894cbf681504c04635d3a86339f Mon Sep 17 00:00:00 2001 From: zrkn Date: Tue, 13 Feb 2018 16:10:25 +0300 Subject: [PATCH] Add license --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index dfe2536..aa3549f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ description = "Serde (De)serializer implementation for rlua Value" repository = "https://github.com/zrkn/rlua_serde/" readme = "README.md" keywords = ["lua", "serde"] +license = "MIT" [dependencies] rlua = "0.12"