mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-08 05:39:20 +00:00
16 lines
280 B
TOML
16 lines
280 B
TOML
|
[package]
|
||
|
name = "jj-lib-proc-macros"
|
||
|
publish = false
|
||
|
|
||
|
version = { workspace = true }
|
||
|
edition = { workspace = true }
|
||
|
license = { workspace = true }
|
||
|
|
||
|
[lib]
|
||
|
proc-macro = true
|
||
|
|
||
|
[dependencies]
|
||
|
proc-macro2 = { workspace = true }
|
||
|
quote = { workspace = true }
|
||
|
syn = { workspace = true }
|