28257b45c1
drop future executor due to mutithreads bug.
15 lines
291 B
TOML
15 lines
291 B
TOML
[package]
|
|
name = "test-module"
|
|
version = "0.1.0"
|
|
authors = ["LongYinan <lynweklm@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
napi-rs = { path = "../napi" }
|
|
napi-rs-derive = { path = "../napi-derive" }
|
|
|
|
[build-dependencies]
|
|
napi-build = { path = "../build" }
|