difftreelog
fix publishing metadata
in: master
5 files changed
bindings/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
cmds/jrsonnet-fmt/Cargo.tomldiffbeforeafterboth1[package]2name = "jrsonnet-fmt"3authors.workspace = true4edition.workspace = true5license.workspace = true6repository.workspace = true7version.workspace = true89[lints]10workspace = true1112[dependencies]13indoc.workspace = true14hi-doc.workspace = true15clap = { workspace = true, features = ["derive"] }16tempfile.workspace = true17thiserror.workspace = true18jrsonnet-formatter.workspace = truecrates/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
crates/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
crates/jrsonnet-rowan-parser/Cargo.tomldiffbeforeafterboth--- 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