docs: add napi-derive to example

This commit is contained in:
LongYinan 2020-07-16 12:45:08 +08:00
parent 7624719721
commit 3358e95c1b
No known key found for this signature in database
GPG key ID: A3FFE134A3E20881

View file

@ -58,6 +58,7 @@ crate-type = ["cdylib"]
[dependencies]
napi = "0.4"
napi-derive = "0.4"
[build-dependencies]
napi-build = "0.2"