From 5ce5022ee907cd1cd448f16e826ac6b6ff496692 Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Wed, 6 Mar 2024 15:11:18 -0800 Subject: [PATCH] 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`. --- lib/proc-macros/Cargo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/proc-macros/Cargo.toml b/lib/proc-macros/Cargo.toml index 899c6d725..4bba85cfc 100644 --- a/lib/proc-macros/Cargo.toml +++ b/lib/proc-macros/Cargo.toml @@ -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