From b6d3f7cd6a6d005d2eb9ecbd278bc9aa6ecbbc4d Mon Sep 17 00:00:00 2001 From: envis10n Date: Wed, 30 Jan 2019 00:11:34 -0600 Subject: [PATCH] Update manifest. Update readme. --- Cargo.toml | 5 +++++ README.md | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0c038ca..cf82b2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,11 @@ name = "duktape-rs" version = "0.0.1" authors = ["envis10n "] edition = "2018" +repository = "https://gitlab.com/envis10n/duktape-rs" +readme = "README.md" +keywords = ["duktape", "dukbind", "js", "javascript"] +license = "Unlicense" +description = "Safe(er) rust wrapper for dukbind." [dependencies] dukbind = "0.0.4" diff --git a/README.md b/README.md index 5aebd5f..da22dd3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # duktape-rs -Safe(er) rust wrapper for dukbind. \ No newline at end of file +Safe(er) rust wrapper for dukbind. + +This is currently a work in progress. + +Returned values from eval are a wrapper for serde_json::Value (as DukValue::Val(serde_json::Value)) that also provide None, NaN, and Infinity. \ No newline at end of file