git.delta.rocks / jrsonnet / refs/commits / 6ac56eac7eb3

difftreelog

fix publishing metadata

xxqqsuuuYaroslav Bolyukin2026-05-05parent: #495217f.patch.diff
in: master

5 files changed

modifiedbindings/jrsonnet-web/Cargo.tomldiffbeforeafterboth
--- 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
modifiedcmds/jrsonnet-fmt/Cargo.tomldiffbeforeafterboth
--- 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
modifiedcrates/jrsonnet-formatter/Cargo.tomldiffbeforeafterboth
--- 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
modifiedcrates/jrsonnet-peg-parser/Cargo.tomldiffbeforeafterboth
--- 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
modifiedcrates/jrsonnet-rowan-parser/Cargo.tomldiffbeforeafterboth
before · crates/jrsonnet-rowan-parser/Cargo.toml
1[package]2name = "jrsonnet-rowan-parser"3authors.workspace = true4edition.workspace = true5license.workspace = true6repository.workspace = true7version.workspace = true89[lints]10workspace = true1112[dependencies]13anyhow.workspace = true14drop_bomb.workspace = true15hi-doc.workspace = true16indoc.workspace = true17jrsonnet-lexer.workspace = true18rowan.workspace = true19thiserror.workspace = true2021[dev-dependencies]22indoc.workspace = true23insta.workspace = true24anyhow.workspace = true25strip-ansi-escapes.workspace = true