summaryrefslogtreecommitdiff
path: root/test_plugin/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'test_plugin/Cargo.toml')
-rw-r--r--test_plugin/Cargo.toml19
1 files changed, 0 insertions, 19 deletions
diff --git a/test_plugin/Cargo.toml b/test_plugin/Cargo.toml
deleted file mode 100644
index 53a94c473..000000000
--- a/test_plugin/Cargo.toml
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
-
-[package]
-name = "test_plugin"
-version = "0.0.1"
-authors = ["the deno authors"]
-edition = "2018"
-publish = false
-
-[lib]
-crate-type = ["cdylib"]
-
-[dependencies]
-deno_core = { path = "../core" }
-futures = "0.3.15"
-serde = "1"
-
-[dev-dependencies]
-test_util = { path = "../test_util" }