generated from napi-rs/package-template-pnpm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: merge pull request #7 from websublime/fix/canonical-paths
fix: canonical paths from tools crate
- Loading branch information
Showing
6 changed files
with
598 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
authors = ["Miguel Ramos <[email protected]>"] | ||
edition = "2021" | ||
name = "websublime_workspace-tools" | ||
version = "0.7.2" | ||
version = "0.7.3" | ||
exclude = ["tests/*", "examples/*", "node_modules/*", "target/*"] | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
@@ -13,7 +13,7 @@ crate-type = ["cdylib"] | |
[dependencies] | ||
napi-derive = "2.16.9" | ||
napi = { version = "2.16.8", default-features = false, features = ["napi9", "serde-json", "tokio_rt"] } | ||
workspace-node-tools = { version = "1.0.4", features = ["napi", "napi-derive"] } | ||
workspace-node-tools = { version = "1.0.6", features = ["napi", "napi-derive"] } | ||
|
||
[build-dependencies] | ||
napi-build = "2" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.