Merge remote-tracking branch 'origin/main' into chrono_datetime
This commit is contained in:
commit
cb9be7bc6a
15 changed files with 95 additions and 46 deletions
examples
|
@ -14,13 +14,18 @@ napi3 = ["napi/napi3"]
|
|||
|
||||
[dependencies]
|
||||
futures = "0.3"
|
||||
napi = {path = "../../crates/napi", features = ["tokio_rt", "serde-json", "latin1", "compat-mode"]}
|
||||
napi-derive = {path = "../../crates/macro", features = ["compat-mode"]}
|
||||
napi = { path = "../../crates/napi", features = [
|
||||
"tokio_rt",
|
||||
"serde-json",
|
||||
"latin1",
|
||||
"compat-mode",
|
||||
] }
|
||||
napi-derive = { path = "../../crates/macro", features = ["compat-mode"] }
|
||||
serde = "1"
|
||||
serde_bytes = "0.11"
|
||||
serde_derive = "1"
|
||||
serde_json = "1"
|
||||
tokio = {version = "1", features = ["default", "fs"]}
|
||||
tokio = { version = "1", features = ["default", "fs"] }
|
||||
|
||||
[build-dependencies]
|
||||
napi-build = {path = "../../crates/build"}
|
||||
napi-build = { path = "../../crates/build" }
|
||||
|
|
|
@ -12,14 +12,14 @@ crate-type = ["cdylib"]
|
|||
chrono = "0.4"
|
||||
futures = "0.3"
|
||||
napi = { path = "../../crates/napi", default-features = false, features = [
|
||||
"tokio_fs",
|
||||
"napi8",
|
||||
"tokio_rt",
|
||||
"serde-json",
|
||||
"async",
|
||||
"experimental",
|
||||
"latin1",
|
||||
"chrono_date",
|
||||
"tokio_fs",
|
||||
"napi8",
|
||||
"tokio_rt",
|
||||
"serde-json",
|
||||
"async",
|
||||
"experimental",
|
||||
"latin1",
|
||||
"chrono_date",
|
||||
] }
|
||||
napi-derive = { path = "../../crates/macro", features = ["type-def"] }
|
||||
serde = "1"
|
||||
|
|
|
@ -14,6 +14,7 @@ Generated by [AVA](https://avajs.dev).
|
|||
'@rollup/plugin-json',
|
||||
'@rollup/plugin-node-resolve',
|
||||
'@rollup/plugin-replace',
|
||||
'@taplo/cli',
|
||||
'@types/debug',
|
||||
'@types/lodash-es',
|
||||
'@types/node',
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue