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 = "*"