summaryrefslogtreecommitdiff
path: root/test_plugin/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-06-18 17:54:55 +0200
committerGitHub <noreply@github.com>2020-06-18 11:54:55 -0400
commit90c5dcfe79cd010b429e775a3ebcb3c5d78fa6ff (patch)
tree461a23f50869c7cbe9bf621c60d11bd3eaaa8800 /test_plugin/Cargo.toml
parenta2969ecd27645bafc7195baa7cfecbebfd8d2bf4 (diff)
chore(test): move testing utilities to test_util crate (#6360)
Diffstat (limited to 'test_plugin/Cargo.toml')
-rw-r--r--test_plugin/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/test_plugin/Cargo.toml b/test_plugin/Cargo.toml
index 3787579a8..ca86b96e9 100644
--- a/test_plugin/Cargo.toml
+++ b/test_plugin/Cargo.toml
@@ -11,3 +11,6 @@ crate-type = ["cdylib"]
[dependencies]
futures = "0.3.5"
deno_core = { path = "../core" }
+
+[dev-dependencies]
+test_util = { path = "../test_util" } \ No newline at end of file