difftreelog
doc: add repository manifest field
in: master
9 files changed
Cargo.tomldiffbeforeafterboth1[workspace]1[workspace]2package.version = "0.5.0-pre7"2package.version = "0.5.0-pre7"3package.repository = "https://github.com/CertainLach/jrsonnet"3members = ["crates/*", "bindings/jsonnet", "cmds/jrsonnet", "tests"]4members = ["crates/*", "bindings/jsonnet", "cmds/jrsonnet", "tests"]4default-members = ["cmds/jrsonnet"]5default-members = ["cmds/jrsonnet"]56cmds/jrsonnet/Cargo.tomldiffbeforeafterboth--- a/cmds/jrsonnet/Cargo.toml
+++ b/cmds/jrsonnet/Cargo.toml
@@ -2,6 +2,7 @@
name = "jrsonnet"
description = "Rust jsonnet implementation"
version.workspace = true
+repository.workspace = true
authors = ["Yaroslav Bolyukin <iam@lach.pw>"]
license = "MIT"
edition = "2021"
crates/jrsonnet-cli/Cargo.tomldiffbeforeafterboth--- a/crates/jrsonnet-cli/Cargo.toml
+++ b/crates/jrsonnet-cli/Cargo.toml
@@ -2,6 +2,7 @@
name = "jrsonnet-cli"
description = "Utilities for building jrsonnet CLIs"
version.workspace = true
+repository.workspace = true
authors = ["Yaroslav Bolyukin <iam@lach.pw>"]
license = "MIT"
edition = "2021"
crates/jrsonnet-evaluator/Cargo.tomldiffbeforeafterboth--- a/crates/jrsonnet-evaluator/Cargo.toml
+++ b/crates/jrsonnet-evaluator/Cargo.toml
@@ -2,6 +2,7 @@
name = "jrsonnet-evaluator"
description = "jsonnet interpreter"
version.workspace = true
+repository.workspace = true
authors = ["Yaroslav Bolyukin <iam@lach.pw>"]
license = "MIT"
edition = "2021"
crates/jrsonnet-interner/Cargo.tomldiffbeforeafterboth--- a/crates/jrsonnet-interner/Cargo.toml
+++ b/crates/jrsonnet-interner/Cargo.toml
@@ -2,6 +2,7 @@
name = "jrsonnet-interner"
description = "Jrsonnet string interning"
version.workspace = true
+repository.workspace = true
authors = ["Yaroslav Bolyukin <iam@lach.pw>"]
license = "MIT"
edition = "2021"
crates/jrsonnet-macros/Cargo.tomldiffbeforeafterboth--- a/crates/jrsonnet-macros/Cargo.toml
+++ b/crates/jrsonnet-macros/Cargo.toml
@@ -4,6 +4,7 @@
authors = ["Yaroslav Bolyukin <iam@lach.pw>"]
license = "MIT"
version.workspace = true
+repository.workspace = true
edition = "2021"
[lib]
crates/jrsonnet-parser/Cargo.tomldiffbeforeafterboth--- a/crates/jrsonnet-parser/Cargo.toml
+++ b/crates/jrsonnet-parser/Cargo.toml
@@ -2,6 +2,7 @@
name = "jrsonnet-parser"
description = "jsonnet language parser and AST"
version.workspace = true
+repository.workspace = true
authors = ["Yaroslav Bolyukin <iam@lach.pw>"]
license = "MIT"
edition = "2021"
crates/jrsonnet-stdlib/Cargo.tomldiffbeforeafterboth--- a/crates/jrsonnet-stdlib/Cargo.toml
+++ b/crates/jrsonnet-stdlib/Cargo.toml
@@ -2,6 +2,7 @@
name = "jrsonnet-stdlib"
description = "jsonnet standard library packaged as crate"
version.workspace = true
+repository.workspace = true
authors = ["Yaroslav Bolyukin <iam@lach.pw>"]
license = "MIT"
edition = "2021"
crates/jrsonnet-types/Cargo.tomldiffbeforeafterboth--- a/crates/jrsonnet-types/Cargo.toml
+++ b/crates/jrsonnet-types/Cargo.toml
@@ -2,6 +2,7 @@
name = "jrsonnet-types"
description = "Jrsonnet type system definition"
version.workspace = true
+repository.workspace = true
authors = ["Yaroslav Bolyukin <iam@lach.pw>"]
license = "MIT"
edition = "2021"