git.delta.rocks / jrsonnet / refs/commits / 3221913a82c2

difftreelog

doc: add repository manifest field

Yaroslav Bolyukin2023-04-17parent: #252cf3b.patch.diff
in: master

9 files changed

modifiedCargo.tomldiffbeforeafterboth
1[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"]
56
modifiedcmds/jrsonnet/Cargo.tomldiffbeforeafterboth
2name = "jrsonnet"2name = "jrsonnet"
3description = "Rust jsonnet implementation"3description = "Rust jsonnet implementation"
4version.workspace = true4version.workspace = true
5repository.workspace = true
5authors = ["Yaroslav Bolyukin <iam@lach.pw>"]6authors = ["Yaroslav Bolyukin <iam@lach.pw>"]
6license = "MIT"7license = "MIT"
7edition = "2021"8edition = "2021"
modifiedcrates/jrsonnet-cli/Cargo.tomldiffbeforeafterboth
2name = "jrsonnet-cli"2name = "jrsonnet-cli"
3description = "Utilities for building jrsonnet CLIs"3description = "Utilities for building jrsonnet CLIs"
4version.workspace = true4version.workspace = true
5repository.workspace = true
5authors = ["Yaroslav Bolyukin <iam@lach.pw>"]6authors = ["Yaroslav Bolyukin <iam@lach.pw>"]
6license = "MIT"7license = "MIT"
7edition = "2021"8edition = "2021"
modifiedcrates/jrsonnet-evaluator/Cargo.tomldiffbeforeafterboth
2name = "jrsonnet-evaluator"2name = "jrsonnet-evaluator"
3description = "jsonnet interpreter"3description = "jsonnet interpreter"
4version.workspace = true4version.workspace = true
5repository.workspace = true
5authors = ["Yaroslav Bolyukin <iam@lach.pw>"]6authors = ["Yaroslav Bolyukin <iam@lach.pw>"]
6license = "MIT"7license = "MIT"
7edition = "2021"8edition = "2021"
modifiedcrates/jrsonnet-interner/Cargo.tomldiffbeforeafterboth
2name = "jrsonnet-interner"2name = "jrsonnet-interner"
3description = "Jrsonnet string interning"3description = "Jrsonnet string interning"
4version.workspace = true4version.workspace = true
5repository.workspace = true
5authors = ["Yaroslav Bolyukin <iam@lach.pw>"]6authors = ["Yaroslav Bolyukin <iam@lach.pw>"]
6license = "MIT"7license = "MIT"
7edition = "2021"8edition = "2021"
modifiedcrates/jrsonnet-macros/Cargo.tomldiffbeforeafterboth
4authors = ["Yaroslav Bolyukin <iam@lach.pw>"]4authors = ["Yaroslav Bolyukin <iam@lach.pw>"]
5license = "MIT"5license = "MIT"
6version.workspace = true6version.workspace = true
7repository.workspace = true
7edition = "2021"8edition = "2021"
89
9[lib]10[lib]
modifiedcrates/jrsonnet-parser/Cargo.tomldiffbeforeafterboth
2name = "jrsonnet-parser"2name = "jrsonnet-parser"
3description = "jsonnet language parser and AST"3description = "jsonnet language parser and AST"
4version.workspace = true4version.workspace = true
5repository.workspace = true
5authors = ["Yaroslav Bolyukin <iam@lach.pw>"]6authors = ["Yaroslav Bolyukin <iam@lach.pw>"]
6license = "MIT"7license = "MIT"
7edition = "2021"8edition = "2021"
modifiedcrates/jrsonnet-stdlib/Cargo.tomldiffbeforeafterboth
2name = "jrsonnet-stdlib"2name = "jrsonnet-stdlib"
3description = "jsonnet standard library packaged as crate"3description = "jsonnet standard library packaged as crate"
4version.workspace = true4version.workspace = true
5repository.workspace = true
5authors = ["Yaroslav Bolyukin <iam@lach.pw>"]6authors = ["Yaroslav Bolyukin <iam@lach.pw>"]
6license = "MIT"7license = "MIT"
7edition = "2021"8edition = "2021"
modifiedcrates/jrsonnet-types/Cargo.tomldiffbeforeafterboth
2name = "jrsonnet-types"2name = "jrsonnet-types"
3description = "Jrsonnet type system definition"3description = "Jrsonnet type system definition"
4version.workspace = true4version.workspace = true
5repository.workspace = true
5authors = ["Yaroslav Bolyukin <iam@lach.pw>"]6authors = ["Yaroslav Bolyukin <iam@lach.pw>"]
6license = "MIT"7license = "MIT"
7edition = "2021"8edition = "2021"