2021-11-22 15:01:08 +03:00
|
|
|
[package]
|
|
|
|
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
|
|
|
|
description = "Timings for swc"
|
|
|
|
documentation = "https://rustdoc.swc.rs/swc_timer/"
|
2021-12-30 12:59:18 +03:00
|
|
|
edition = "2021"
|
2021-12-01 08:20:52 +03:00
|
|
|
license = "Apache-2.0"
|
2021-11-22 15:01:08 +03:00
|
|
|
name = "swc_timer"
|
|
|
|
repository = "https://github.com/swc-project/swc.git"
|
2023-08-16 21:04:14 +03:00
|
|
|
version = "0.19.24"
|
2021-11-22 15:01:08 +03:00
|
|
|
|
2022-04-04 14:12:03 +03:00
|
|
|
[lib]
|
|
|
|
bench = false
|
2021-11-22 15:01:08 +03:00
|
|
|
|
|
|
|
[dependencies]
|
2023-06-22 10:40:41 +03:00
|
|
|
tracing = "0.1.37"
|
2021-11-22 15:01:08 +03:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2023-08-16 21:04:14 +03:00
|
|
|
testing = {version = "0.33.24", path = "../testing"}
|