From 239fc98a80a0185ae4235d235a87226e74e7be08 Mon Sep 17 00:00:00 2001 From: envis10n Date: Tue, 29 Jan 2019 01:47:02 -0600 Subject: [PATCH] One more manifest update. --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d889b5f..4594724 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,11 +4,12 @@ version = "0.0.1" authors = ["envis10n "] edition = "2018" build = "build.rs" -exclude = ["/duktape/examples", "/duktape/src-separate"] +exclude = ["duktape/examples/**/*", "duktape/src-separate/**/*"] repository = "https://gitlab.com/envis10n/dukbind" readme = "README.md" keyword = ["duktape", "dukbind", "js", "javascript"] license = "Unlicense" +description = "Raw duktape bindings for rust." [build-dependencies] cc = "*"