summaryrefslogtreecommitdiff
path: root/test_napi
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2022-11-22 21:07:35 +0100
committerGitHub <noreply@github.com>2022-11-22 21:07:35 +0100
commit13e3acf71dd8443d8d158087d8c0a0cb72167f9a (patch)
tree7455c069643f10bc9de5d6c8993defddeda378fd /test_napi
parent14904f6a2cac6b288a893add3e129c2668ea3a5a (diff)
chore: workspace inheritance (#16343)
Diffstat (limited to 'test_napi')
-rw-r--r--test_napi/Cargo.toml8
1 files changed, 5 insertions, 3 deletions
diff --git a/test_napi/Cargo.toml b/test_napi/Cargo.toml
index 407275563..5a81f1ea1 100644
--- a/test_napi/Cargo.toml
+++ b/test_napi/Cargo.toml
@@ -3,9 +3,11 @@
[package]
name = "test_napi"
version = "0.1.0"
-authors = ["the deno authors"]
-edition = "2021"
+authors.workspace = true
+edition.workspace = true
+license.workspace = true
publish = false
+repository.workspace = true
[lib]
crate-type = ["cdylib"]
@@ -14,7 +16,7 @@ crate-type = ["cdylib"]
napi-sys = { version = "2.2.2", default-features = false, features = ["napi7"] }
[dev-dependencies]
-test_util = { path = "../test_util" }
+test_util.workspace = true
[build-dependencies]
napi-build = "1"