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]