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_ffi/Cargo.toml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'test_ffi') diff --git a/test_ffi/Cargo.toml b/test_ffi/Cargo.toml index 38dd86b3e..3c588dbe8 100644 --- a/test_ffi/Cargo.toml +++ b/test_ffi/Cargo.toml @@ -3,13 +3,15 @@ [package] name = "test_ffi" 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"] [dev-dependencies] -pretty_assertions = "1.2.1" -test_util = { path = "../test_util" } +pretty_assertions.workspace = true +test_util.workspace = true -- cgit v1.2.3