summaryrefslogtreecommitdiff
path: root/test_util/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_util/Cargo.toml
parenta2969ecd27645bafc7195baa7cfecbebfd8d2bf4 (diff)
chore(test): move testing utilities to test_util crate (#6360)
Diffstat (limited to 'test_util/Cargo.toml')
-rw-r--r--test_util/Cargo.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml
new file mode 100644
index 000000000..9160236cd
--- /dev/null
+++ b/test_util/Cargo.toml
@@ -0,0 +1,14 @@
+[package]
+name = "test_util"
+version = "0.1.0"
+authors = ["the Deno authors"]
+edition = "2018"
+publish = false
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+lazy_static = "1.4.0"
+os_pipe = "0.9.2"
+regex = "1.3.9"
+tempfile = "3.1.0" \ No newline at end of file