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