Skip to content

Commit

Permalink
hack(test/napi): Remove neon-build to test dynamic loading
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvalencik committed Nov 30, 2020
1 parent f54c6f1 commit 9f98c7f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
4 changes: 0 additions & 4 deletions test/napi/native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,13 @@ name = "napi"
version = "0.1.0"
authors = ["The Neon Community <[email protected]>"]
license = "MIT"
build = "build.rs"
exclude = ["artifacts.json", "index.node"]
edition = "2018"

[lib]
name = "napi"
crate-type = ["cdylib"]

[build-dependencies]
neon-build = {version = "*", path = "../../../crates/neon-build"}

[dependencies.neon]
version = "*"
path = "../../../"
Expand Down
7 changes: 0 additions & 7 deletions test/napi/native/build.rs

This file was deleted.

0 comments on commit 9f98c7f

Please sign in to comment.