2a1a401aff
Updates the requirements on [bindgen](https://github.com/rust-lang/rust-bindgen) to permit the latest version. - [Release notes](https://github.com/rust-lang/rust-bindgen/releases) - [Changelog](https://github.com/rust-lang/rust-bindgen/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/rust-bindgen/compare/v0.49.0...v0.52.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
14 lines
255 B
TOML
14 lines
255 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.27"
|
|
|
|
[build-dependencies]
|
|
bindgen = "0.52"
|
|
cc = "1.0"
|
|
glob = "0.3"
|
|
semver = "0.9"
|