javascriptcore-rs-sys 0.1.0

Sys functions for the Rust bindings of the javacriptcore library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "javascriptcore-rs-sys"
version = "0.1.0"
authors = ["The Gtk-rs Project Developers"]

description = "Sys functions for the Rust bindings of the javacriptcore library"
repository = "https://github.com/gtk-rs/javascriptcore-rs"
license = "MIT"
homepage = "http://gtk-rs.org"
keywords = ["javascript", "gtk-rs", "gnome"]

[lib]
name = "javascriptcore_sys"

[dependencies]
libc = "^0.2"