mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 12:12:16 +03:00
10cb9a4b21
- swc_macros_common@0.2.0 - ast_node@0.4.1 - string_enum @0.2.0 - swc_ecma_ast@0.8.0 - swc_ecma_parser_macros@0.3.0 - swc_ecma_codegen_macros@0.3.0 - swc_ecma_parser@0.9.1 - swc_ecma_parser@0.6.1
14 lines
434 B
TOML
14 lines
434 B
TOML
[package]
|
|
name = "testing"
|
|
version = "0.3.0"
|
|
authors = ["강동윤 <kdy1@outlook.kr>"]
|
|
license = "Apache-2.0/MIT"
|
|
repository = "https://github.com/swc-project/swc.git"
|
|
documentation = "https://swc-project.github.io/rustdoc/testing/"
|
|
description = "Testing utilities for the swc project."
|
|
|
|
[dependencies]
|
|
swc_common = { version = "0.3", path ="../common", features = ["fold"] }
|
|
lazy_static = "1"
|
|
regex = "0.2.5"
|
|
relative-path = "0.4.0" |