summaryrefslogtreecommitdiff
path: root/test_util/Cargo.toml
blob: e65d2c224e4fedac2f06c815882daafe577a36d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"