11 lines
165 B
TOML
11 lines
165 B
TOML
|
[package]
|
||
|
name = "test-module"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Nathan Sobo <nathan@github.com>"]
|
||
|
|
||
|
[lib]
|
||
|
crate-type = ["dylib"]
|
||
|
|
||
|
[dependencies]
|
||
|
napi-rs = {path = ".."}
|