mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-26 14:00:51 +00:00
cargo: mark the jj-lib-proc-macros crate for publish
I don't think we can publish a new version of the other crates without publishing `jj-lib-proc-macros`.
This commit is contained in:
parent
462c19736a
commit
5ce5022ee9
1 changed files with 6 additions and 1 deletions
|
@ -1,10 +1,15 @@
|
|||
[package]
|
||||
name = "jj-lib-proc-macros"
|
||||
publish = false
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue