13 lines
245 B
TOML
13 lines
245 B
TOML
[package]
|
|
name = "napi-rs"
|
|
version = "0.1.0"
|
|
authors = ["Nathan Sobo <nathan@github.com>", "Yinan Long <lynweklm@gmail.com>"]
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
futures = "0.1.17"
|
|
|
|
[build-dependencies]
|
|
bindgen = "0.32.1"
|
|
cc = "1.0"
|
|
glob = "0.2.11"
|