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.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
crates/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.tomldiffbeforeafterboth1[package]2name = "jrsonnet-peg-parser"3authors.workspace = true4edition.workspace = true5license.workspace = true6repository.workspace = true7version.workspace = true89[dependencies]10jrsonnet-gcmodule.workspace = true11jrsonnet-ir.workspace = true12peg.workspace = true1314[lints]15workspace = true1617[dev-dependencies]18insta.workspace = true1920[features]21default = []22exp-destruct = ["jrsonnet-ir/exp-destruct"]23exp-null-coaelse = ["jrsonnet-ir/exp-null-coaelse"]1[package]2name = "jrsonnet-peg-parser"3description = "Legacy peg-based parser for jrsonnet"4authors.workspace = true5edition.workspace = true6license.workspace = true7repository.workspace = true8version.workspace = true910[dependencies]11jrsonnet-gcmodule.workspace = true12jrsonnet-ir.workspace = true13peg.workspace = true1415[lints]16workspace = true1718[dev-dependencies]19insta.workspace = true2021[features]22default = []23exp-destruct = ["jrsonnet-ir/exp-destruct"]24exp-null-coaelse = ["jrsonnet-ir/exp-null-coaelse"]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