mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 02:06:08 +03:00
19 lines
404 B
TOML
19 lines
404 B
TOML
[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.21.15"
|
|
|
|
[lib]
|
|
bench = false
|
|
|
|
[dependencies]
|
|
tracing = "0.1.37"
|
|
|
|
[dev-dependencies]
|
|
testing = {version = "0.35.15", path = "../testing"}
|