swc_timer 0.25.0

Timings for swc
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
authors       = ["강동윤 <kdy1997.dev@gmail.com>"]
description   = "Timings for swc"
documentation = "https://rustdoc.swc.rs/swc_timer/"
edition       = "2021"
license       = "Apache-2.0"
name          = "swc_timer"
repository    = "https://github.com/swc-project/swc.git"
version       = "0.25.0"

[lib]
bench = false

[dependencies]
tracing = { workspace = true }

[dev-dependencies]
testing = { version = "0.39.0", path = "../testing" }