From 5b45fc61926ca6dabb16c5a38df13a7ed5c4ec1d Mon Sep 17 00:00:00 2001 From: envis10n Date: Tue, 29 Jan 2019 01:44:38 -0600 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3f26d05..d889b5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,14 @@ [package] name = "dukbind" -version = "0.1.0" +version = "0.0.1" authors = ["envis10n "] edition = "2018" build = "build.rs" - -[dependencies] +exclude = ["/duktape/examples", "/duktape/src-separate"] +repository = "https://gitlab.com/envis10n/dukbind" +readme = "README.md" +keyword = ["duktape", "dukbind", "js", "javascript"] +license = "Unlicense" [build-dependencies] cc = "*"