mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-12 15:16:35 +00:00
25 lines
541 B
TOML
25 lines
541 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 }
|
|
|
|
include = ["/LICENSE", "/src/"]
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro2 = { workspace = true }
|
|
quote = { workspace = true }
|
|
syn = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|