From 6ac56eac7eb3e02f7c8d5769bbd7bb0e50a957f4 Mon Sep 17 00:00:00 2001 From: Yaroslav Bolyukin Date: Tue, 05 May 2026 09:21:43 +0000 Subject: [PATCH] fix: publishing metadata --- --- a/bindings/jrsonnet-web/Cargo.toml +++ b/bindings/jrsonnet-web/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "jrsonnet-web" +description = "WASM JS bindings for jrsonnet" authors.workspace = true edition.workspace = true license.workspace = true --- a/cmds/jrsonnet-fmt/Cargo.toml +++ b/cmds/jrsonnet-fmt/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "jrsonnet-fmt" +description = "Jrsonnet code formatter CLI" authors.workspace = true edition.workspace = true license.workspace = true --- a/crates/jrsonnet-formatter/Cargo.toml +++ b/crates/jrsonnet-formatter/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "jrsonnet-formatter" +description = "Jrsonnet code formatter" authors.workspace = true edition.workspace = true license.workspace = true --- a/crates/jrsonnet-peg-parser/Cargo.toml +++ b/crates/jrsonnet-peg-parser/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "jrsonnet-peg-parser" +description = "Legacy peg-based parser for jrsonnet" authors.workspace = true edition.workspace = true license.workspace = true --- a/crates/jrsonnet-rowan-parser/Cargo.toml +++ b/crates/jrsonnet-rowan-parser/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "jrsonnet-rowan-parser" +description = "Rowan-based CST for jrsonnet" authors.workspace = true edition.workspace = true license.workspace = true -- gitstuff