swc/crates/swc_timer/Cargo.toml

19 lines
404 B
TOML
Raw Normal View History

[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"
name = "swc_timer"
repository = "https://github.com/swc-project/swc.git"
2023-08-16 21:04:14 +03:00
version = "0.19.24"
[lib]
bench = false
[dependencies]
2023-06-22 10:40:41 +03:00
tracing = "0.1.37"
[dev-dependencies]
2023-08-16 21:04:14 +03:00
testing = {version = "0.33.24", path = "../testing"}