2018-01-12 10:53:06 +03:00
|
|
|
[package]
|
|
|
|
name = "testing"
|
2019-05-02 10:02:45 +03:00
|
|
|
version = "0.3.1"
|
2018-01-12 10:53:06 +03:00
|
|
|
authors = ["강동윤 <kdy1@outlook.kr>"]
|
2018-11-18 08:00:07 +03:00
|
|
|
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."
|
2018-01-12 10:53:06 +03:00
|
|
|
|
|
|
|
[dependencies]
|
2019-02-27 04:42:22 +03:00
|
|
|
swc_common = { version = "0.3", path ="../common", features = ["fold"] }
|
2018-02-27 07:21:57 +03:00
|
|
|
lazy_static = "1"
|
2018-10-25 07:17:05 +03:00
|
|
|
regex = "0.2.5"
|
|
|
|
relative-path = "0.4.0"
|