Adding javascriptcore5_rs_sys library as a dependency

Run this command in a terminal, in your project's directory:

cargo add javascriptcore5-rs-sys

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

javascriptcore5-rs-sys = "0.3.1"

The javascriptcore5_rs_sys library will be automatically available globally. Read the javascriptcore5_rs_sys library documentation.

Back to the crate overview.