diff options
Diffstat (limited to 'test_ffi')
-rw-r--r-- | test_ffi/Cargo.toml | 10 |
1 files changed, 6 insertions, 4 deletions
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 |