mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 02:06:08 +03:00
21 lines
503 B
TOML
21 lines
503 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.22.17"
|
|
|
|
[lib]
|
|
bench = false
|
|
|
|
[dependencies]
|
|
anyhow = "1"
|
|
hex = "0.4"
|
|
sha2 = "0.10"
|
|
tracing = "0.1.37"
|
|
|
|
testing = { version = "0.35.16", path = "../testing" }
|