2024-02-13 23:10:30 +00:00
|
|
|
[package]
|
|
|
|
name = "jj-lib-proc-macros"
|
2024-03-06 23:11:18 +00:00
|
|
|
description = "Proc macros for the jj-lib crate"
|
2024-02-13 23:10:30 +00:00
|
|
|
|
|
|
|
version = { workspace = true }
|
|
|
|
edition = { workspace = true }
|
2024-03-06 23:11:18 +00:00
|
|
|
rust-version = { workspace = true }
|
2024-02-13 23:10:30 +00:00
|
|
|
license = { workspace = true }
|
2024-03-06 23:11:18 +00:00
|
|
|
homepage = { workspace = true }
|
|
|
|
repository = { workspace = true }
|
|
|
|
documentation = { workspace = true }
|
|
|
|
readme = { workspace = true }
|
2024-02-13 23:10:30 +00:00
|
|
|
|
2024-04-14 22:27:23 +00:00
|
|
|
include = ["/LICENSE", "/src/"]
|
|
|
|
|
2024-02-13 23:10:30 +00:00
|
|
|
[lib]
|
|
|
|
proc-macro = true
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
proc-macro2 = { workspace = true }
|
|
|
|
quote = { workspace = true }
|
|
|
|
syn = { workspace = true }
|