File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ name = "javascriptcore"
3
3
version = " 0.0.5"
4
4
edition = " 2021"
5
5
authors = [
" Bruce Mitchener <[email protected] >" ]
6
- license = " MIT/ Apache-2.0"
6
+ license = " MIT OR Apache-2.0"
7
7
readme = " README.md"
8
8
description = " Bindings to the JavaScriptCore framework."
9
9
keywords = [" javascript" , " jsc" , " scripting" ]
10
- documentation = " https://docs.rs/crate/ javascriptcore/latest "
10
+ documentation = " https://docs.rs/javascriptcore"
11
11
homepage = " https://github.com/endoli/javascriptcore.rs"
12
12
repository = " https://github.com/endoli/javascriptcore.rs"
13
13
categories = [" api-bindings" ]
Original file line number Diff line number Diff line change 1
1
# javascriptcore
2
2
3
- [ ![ ] ( http ://meritbadge.herokuapp.com/ javascriptcore)] ( https://crates.io/crates/javascriptcore )
3
+ [ ![ ] ( https ://img.shields.io/crates/v/ javascriptcore.svg )] ( https://crates.io/crates/javascriptcore )
4
4
5
5
This crate provides a safe binding to the public API for
6
6
[ JavaScriptCore] ( https://trac.webkit.org/wiki/JavaScriptCore ) ,
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ name = "javascriptcore-sys"
3
3
version = " 0.0.5"
4
4
edition = " 2021"
5
5
authors = [
" Bruce Mitchener <[email protected] >" ]
6
- license = " MIT/ Apache-2.0"
6
+ license = " MIT OR Apache-2.0"
7
7
readme = " README.md"
8
8
description = " Raw bindings to the JavaScriptCore framework."
9
9
keywords = [" javascript" , " jsc" , " scripting" ]
10
- documentation = " https://docs.rs/crate/ javascriptcore-sys/latest "
10
+ documentation = " https://docs.rs/javascriptcore-sys"
11
11
homepage = " https://github.com/endoli/javascriptcore.rs"
12
12
repository = " https://github.com/endoli/javascriptcore.rs"
13
13
categories = [" external-ffi-bindings" ]
You can’t perform that action at this time.
0 commit comments