swc/crates/swc_ecma_testing/Cargo.toml
2022-10-11 11:20:14 +00:00

19 lines
446 B
TOML

[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Testing utilities for ecmascript"
documentation = "https://rustdoc.swc.rs/swc_ecma_testing/"
edition = "2021"
license = "Apache-2.0"
name = "swc_ecma_testing"
repository = "https://github.com/swc-project/swc.git"
version = "0.20.7"
[lib]
bench = false
[dependencies]
anyhow = "1"
hex = "0.4"
sha-1 = "0.10"
tracing = "0.1.32"