nanny-sys 0.0.6

Exposes Node and V8 C++ API's for use by nanny.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "nanny-sys"
version = "0.0.6"
authors = ["Dave Herman <dherman@mozilla.com>"]
description = "Exposes Node and V8 C++ API's for use by nanny."
repository = "https://github.com/dherman/nanny"
license = "MIT"

# libnanny.a gets linked in with this package
links = "nanny"

# this script builds libnanny.a
build = "build.rs"

[build-dependencies]
gcc = "0.3"