mirror of
https://github.com/danbulant/oxc
synced 2026-05-20 12:48:38 +00:00
27 lines
711 B
TOML
27 lines
711 B
TOML
[package]
|
|
name = "oxc_ast_codegen"
|
|
version = "0.0.0"
|
|
publish = false
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
|
|
[[bin]]
|
|
name = "oxc_ast_codegen"
|
|
test = false
|
|
|
|
[dependencies]
|
|
syn = { workspace = true, features = ["full", "extra-traits", "clone-impls", "derive", "parsing", "printing", "proc-macro"] }
|
|
quote = { workspace = true }
|
|
proc-macro2 = { workspace = true }
|
|
itertools = { workspace = true }
|
|
serde = { workspace = true, features = ["derive"] }
|
|
regex = { workspace = true }
|
|
prettyplease = { workspace = true }
|
|
lazy_static = { workspace = true }
|
|
|
|
[package.metadata.cargo-shear]
|
|
ignored = ["prettyplease"]
|