summaryrefslogtreecommitdiff
path: root/test_napi/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'test_napi/Cargo.toml')
-rw-r--r--test_napi/Cargo.toml22
1 files changed, 0 insertions, 22 deletions
diff --git a/test_napi/Cargo.toml b/test_napi/Cargo.toml
deleted file mode 100644
index 611d6d550..000000000
--- a/test_napi/Cargo.toml
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
-
-[package]
-name = "test_napi"
-version = "0.1.0"
-authors.workspace = true
-edition.workspace = true
-license.workspace = true
-publish = false
-repository.workspace = true
-
-[lib]
-crate-type = ["cdylib"]
-
-[dependencies]
-napi-sys = { version = "=2.2.2", default-features = false, features = ["napi7"] }
-
-[dev-dependencies]
-test_util.workspace = true
-
-[build-dependencies]
-napi-build = "1"