mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-27 06:27:43 +00:00
5ce5022ee9
I don't think we can publish a new version of the other crates without publishing `jj-lib-proc-macros`.
20 lines
482 B
TOML
20 lines
482 B
TOML
[package]
|
|
name = "jj-lib-proc-macros"
|
|
description = "Proc macros for the jj-lib crate"
|
|
|
|
version = { workspace = true }
|
|
edition = { workspace = true }
|
|
rust-version = { workspace = true }
|
|
license = { workspace = true }
|
|
homepage = { workspace = true }
|
|
repository = { workspace = true }
|
|
documentation = { workspace = true }
|
|
readme = { workspace = true }
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro2 = { workspace = true }
|
|
quote = { workspace = true }
|
|
syn = { workspace = true }
|