nanny 0.0.9

Safe native abstractions for Node.
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "nanny"
version = "0.0.9"
authors = ["Dave Herman <dherman@mozilla.com>"]
description = "Safe native abstractions for Node."
repository = "https://github.com/dherman/nanny"
license = "MIT"
exclude = ["silhouette.png"]

[dependencies]
nanny-sys = { version = "0.0.6", path = "crates/nanny-sys" }