neon-testing/native/Cargo.toml

18 líneas
299 B
TOML

[package]
name = "test-project"
version = "0.1.0"
authors = ["John Shaver <john@jshaver.net>"]
license = "MIT"
build = "build.rs"
exclude = ["artifacts.json", "index.node"]
[lib]
name = "test_project"
crate-type = ["dylib"]
[build-dependencies]
neon-build = "0.2.0"
[dependencies]
neon = "0.2.0"