javascriptcore 0.0.1

Bindings to the JavaScriptCore framework.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "javascriptcore"
version = "0.0.1"
authors = ["Bruce Mitchener <bruce.mitchener@gmail.com>"]
license = "MIT/Apache-2.0"
readme = "README.md"
description = "Bindings to the JavaScriptCore framework."
keywords = ["javascript", "jsc"]
documentation = "https://endoli.github.io/javascriptcore.rs/"
homepage = "https://github.com/endoli/javascriptcore.rs"
repository = "https://github.com/endoli/javascriptcore.rs"
exclude = ["javascript_core/**"]

[dependencies]
javascriptcore-sys = { path = "javascriptcore-sys", version = "0.0.1" }