mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
24 lines
622 B
TOML
24 lines
622 B
TOML
[package]
|
|
name = "oxc_macros"
|
|
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
|
|
rust-version.workspace = true
|
|
categories.workspace = true
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
syn = { workspace = true }
|
|
quote = { workspace = true }
|
|
proc-macro2 = { workspace = true }
|
|
itertools = { workspace = true }
|
|
convert_case = { workspace = true }
|