mirror of
https://github.com/swc-project/swc.git
synced 2024-11-29 03:32:32 +03:00
21 lines
747 B
TOML
21 lines
747 B
TOML
[package]
|
|
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
|
|
description = "Common code for SWC bindings"
|
|
documentation = "https://rustdoc.swc.rs/swc_binding_utils/"
|
|
edition = "2021"
|
|
license = "Apache-2.0"
|
|
name = "swc_nodejs_common"
|
|
repository = "https://github.com/swc-project/swc.git"
|
|
version = "0.0.8"
|
|
|
|
[lib]
|
|
bench = false
|
|
|
|
[dependencies]
|
|
anyhow = { workspace = true }
|
|
napi = { workspace = true, features = ["napi3", "serde-json"] }
|
|
serde = { workspace = true, features = ["derive"] }
|
|
serde_json = { workspace = true, features = ["unbounded_depth"] }
|
|
tracing = { workspace = true }
|
|
tracing-subscriber = { workspace = true, features = ["env-filter"] }
|