swc/crates/swc_ecma_testing/Cargo.toml

21 lines
503 B
TOML
Raw Normal View History

[package]
2022-08-11 12:52:44 +03:00
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Testing utilities for ecmascript"
documentation = "https://rustdoc.swc.rs/swc_ecma_testing/"
2022-08-11 12:52:44 +03:00
edition = "2021"
license = "Apache-2.0"
name = "swc_ecma_testing"
repository = "https://github.com/swc-project/swc.git"
2023-08-16 21:04:14 +03:00
version = "0.20.18"
[lib]
bench = false
[dependencies]
anyhow = "1"
hex = "0.4"
sha-1 = "0.10"
2023-06-22 10:40:41 +03:00
tracing = "0.1.37"
2023-08-16 21:04:14 +03:00
testing = { version = "0.33.24", path = "../testing" }