mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 04:42:10 +00:00
18 lines
446 B
TOML
18 lines
446 B
TOML
[package]
|
|
name = "oxc_syntax"
|
|
version = "0.0.0"
|
|
publish = false
|
|
authors.workspace = true
|
|
description.workspace = true
|
|
edition.workspace = true
|
|
homepage.workspace = true
|
|
keywords.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
serde = { workspace = true, features = ["derive"], optional = true }
|
|
|
|
[features]
|
|
default = []
|
|
serde = ["dep:serde"]
|