mirror of
https://github.com/denoland/deno.git
synced 2024-11-13 16:26:08 -05:00
14 lines
300 B
TOML
14 lines
300 B
TOML
[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"
|