difftreelog
fix publishing metadata
in: master
5 files changed
bindings/jrsonnet-web/Cargo.tomldiffbeforeafterboth1[package]2name = "jrsonnet-web"3authors.workspace = true4edition.workspace = true5license.workspace = true6repository.workspace = true7version.workspace = true89[dependencies]10console_error_panic_hook.workspace = true11getrandom = { workspace = true, features = ["wasm_js"] }12hi-doc.workspace = true13jrsonnet-evaluator.workspace = true14jrsonnet-formatter.workspace = true15jrsonnet-gcmodule.workspace = true16jrsonnet-stdlib.workspace = true17jrsonnet-types.workspace = true18js-sys.workspace = true19url.workspace = true20wasm-bindgen.workspace = true21wasm-bindgen-futures.workspace = true2223[lints]24workspace = true2526[lib]27name = "jsonnet_web"28crate-type = ["cdylib"]1[package]2name = "jrsonnet-web"3description = "WASM JS bindings for jrsonnet"4authors.workspace = true5edition.workspace = true6license.workspace = true7repository.workspace = true8version.workspace = true910[dependencies]11console_error_panic_hook.workspace = true12getrandom = { workspace = true, features = ["wasm_js"] }13hi-doc.workspace = true14jrsonnet-evaluator.workspace = true15jrsonnet-formatter.workspace = true16jrsonnet-gcmodule.workspace = true17jrsonnet-stdlib.workspace = true18jrsonnet-types.workspace = true19js-sys.workspace = true20url.workspace = true21wasm-bindgen.workspace = true22wasm-bindgen-futures.workspace = true2324[lints]25workspace = true2627[lib]28name = "jsonnet_web"29crate-type = ["cdylib"]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.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