swc/crates/swc_timer/Cargo.toml
Donny/강동윤 6b96a3d8ed
feat: Enable logging of timings (#2833)
swc_timer:
 - Add `Timer`.
 - Add `timer!()`.

node:
 - Enable logging.
2021-11-22 21:01:08 +09:00

18 lines
479 B
TOML

[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Timings for swc"
documentation = "https://rustdoc.swc.rs/swc_timer/"
edition = "2018"
license = "Apache-2.0/MIT"
name = "swc_timer"
repository = "https://github.com/swc-project/swc.git"
version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tracing = "0.1"
[dev-dependencies]
testing = {version = "0.15.1", path = "../testing"}