2022-05-25 09:23:35 +03:00
|
|
|
[package]
|
2022-08-11 12:52:44 +03:00
|
|
|
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
|
|
|
|
description = "Testing utilities for ecmascript"
|
2022-05-25 09:23:35 +03:00
|
|
|
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"
|
2024-10-12 10:20:07 +03:00
|
|
|
version = "1.0.0"
|
2022-05-25 09:23:35 +03:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
bench = false
|
|
|
|
|
|
|
|
[dependencies]
|
2024-04-29 03:54:45 +03:00
|
|
|
anyhow = { workspace = true }
|
|
|
|
hex = { workspace = true }
|
|
|
|
sha2 = { workspace = true }
|
|
|
|
tracing = { workspace = true }
|
2023-06-21 06:16:33 +03:00
|
|
|
|
2024-10-12 10:20:07 +03:00
|
|
|
testing = { version = "1.0.0", path = "../testing" }
|