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:
Martin von Zweigbergk 2024-03-06 15:11:18 -08:00 committed by Martin von Zweigbergk
parent 462c19736a
commit 5ce5022ee9

View file

@ -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