jsonnet-sys 0.6.0

Native bindings to the libjsonnet library
Documentation
[package]
name = "jsonnet-sys"
version = "0.6.0"
authors = ["Angus Lees <gus@inodes.org>"]
links = "jsonnet"
build = "build.rs"
documentation = "https://docs.rs/jsonnet-sys"
repository = "https://github.com/anguslees/rust-jsonnet.git"
license = "Apache-2.0"
description = "Native bindings to the libjsonnet library"

[lib]
name = "jsonnet_sys"

[dependencies]
libc = "0.2"

[build-dependencies]
gcc = "0.3"