From eb6b09590eec2f93e7e0a2ce551846a15f9f8aa5 Mon Sep 17 00:00:00 2001 From: Rafael Caricio Date: Sun, 5 Jan 2020 20:43:42 +0100 Subject: [PATCH] Add myself as maintainer --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5581fb7..9510003 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "duktape-rs" version = "0.0.4" -authors = ["envis10n "] +authors = ["envis10n ", "Rafael Caricio "] edition = "2018" repository = "https://gitlab.com/envis10n/duktape-rs" readme = "README.md" keywords = ["duktape", "dukbind", "js", "javascript"] -license = "Unlicense" +license = "MIT" description = "Safe(er) rust wrapper for dukbind." [dependencies]