mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 20:28:58 +00:00
21 lines
392 B
TOML
21 lines
392 B
TOML
[package]
|
|
name = "javascript_globals"
|
|
version = "0.0.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
publish = false
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[[bin]]
|
|
name = "javascript_globals"
|
|
test = false
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
handlebars = { workspace = true }
|
|
oxc_tasks_common = { workspace = true }
|
|
|
|
lazy_static = { workspace = true }
|
|
serde = { workspace = true, features = ["derive"] }
|