diff options
Diffstat (limited to 'test_ffi/Cargo.toml')
-rw-r--r-- | test_ffi/Cargo.toml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/test_ffi/Cargo.toml b/test_ffi/Cargo.toml deleted file mode 100644 index a5d2883ef..000000000 --- a/test_ffi/Cargo.toml +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. - -[package] -name = "test_ffi" -version = "0.1.0" -authors.workspace = true -edition.workspace = true -license.workspace = true -publish = false -repository.workspace = true - -[lib] -crate-type = ["cdylib"] - -[dev-dependencies] -pretty_assertions.workspace = true -test_util.workspace = true |