From 13e3acf71dd8443d8d158087d8c0a0cb72167f9a Mon Sep 17 00:00:00 2001 From: Leo Kettmeir Date: Tue, 22 Nov 2022 21:07:35 +0100 Subject: chore: workspace inheritance (#16343) --- test_napi/Cargo.toml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'test_napi/Cargo.toml') 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" -- cgit v1.2.3