diff --git a/Cargo.toml b/Cargo.toml index f52dc3a..4fa7941 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,11 +3,11 @@ name = "javascriptcore" version = "0.0.5" edition = "2021" authors = ["Bruce Mitchener "] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" readme = "README.md" description = "Bindings to the JavaScriptCore framework." keywords = ["javascript", "jsc", "scripting"] -documentation = "https://docs.rs/crate/javascriptcore/latest" +documentation = "https://docs.rs/javascriptcore" homepage = "https://github.com/endoli/javascriptcore.rs" repository = "https://github.com/endoli/javascriptcore.rs" categories = ["api-bindings"] diff --git a/README.md b/README.md index 5cbdbcb..bf91784 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # javascriptcore -[![](http://meritbadge.herokuapp.com/javascriptcore)](https://crates.io/crates/javascriptcore) +[![](https://img.shields.io/crates/v/javascriptcore.svg)](https://crates.io/crates/javascriptcore) This crate provides a safe binding to the public API for [JavaScriptCore](https://trac.webkit.org/wiki/JavaScriptCore), diff --git a/javascriptcore-sys/Cargo.toml b/javascriptcore-sys/Cargo.toml index 2947249..d07eafe 100644 --- a/javascriptcore-sys/Cargo.toml +++ b/javascriptcore-sys/Cargo.toml @@ -3,11 +3,11 @@ name = "javascriptcore-sys" version = "0.0.5" edition = "2021" authors = ["Bruce Mitchener "] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" readme = "README.md" description = "Raw bindings to the JavaScriptCore framework." keywords = ["javascript", "jsc", "scripting"] -documentation = "https://docs.rs/crate/javascriptcore-sys/latest" +documentation = "https://docs.rs/javascriptcore-sys" homepage = "https://github.com/endoli/javascriptcore.rs" repository = "https://github.com/endoli/javascriptcore.rs" categories = ["external-ffi-bindings"]