difftreelog
chore change author field in cargo manifests
in: master
To match git signature Fixes #28
6 files changed
bindings/jsonnet/Cargo.tomldiffbeforeafterboth1[package]1[package]2name = "jsonnet"2name = "jsonnet"3version = "0.3.2"3version = "0.3.2"4authors = ["Лач <iam@lach.pw>"]4authors = ["Yaroslav Bolyukin <iam@lach.pw>"]5edition = "2018"5edition = "2018"67# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html869[dependencies]7[dependencies]10jrsonnet-evaluator = { path = "../../crates/jrsonnet-evaluator", version = "0.3.2" }8jrsonnet-evaluator = { path = "../../crates/jrsonnet-evaluator", version = "0.3.2" }cmds/jrsonnet/Cargo.tomldiffbeforeafterboth2name = "jrsonnet"2name = "jrsonnet"3description = "Rust jsonnet implementation"3description = "Rust jsonnet implementation"4version = "0.3.2"4version = "0.3.2"5authors = ["Лач <iam@lach.pw>"]5authors = ["Yaroslav Bolyukin <iam@lach.pw>"]6license = "MIT"6license = "MIT"7edition = "2018"7edition = "2018"89# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html10811[features]9[features]12default = []10default = []crates/jrsonnet-cli/Cargo.tomldiffbeforeafterboth2name = "jrsonnet-cli"2name = "jrsonnet-cli"3description = "Utilities for building jrsonnet CLIs"3description = "Utilities for building jrsonnet CLIs"4version = "0.3.2"4version = "0.3.2"5authors = ["Лач <iam@lach.pw>"]5authors = ["Yaroslav Bolyukin <iam@lach.pw>"]6edition = "2018"6edition = "2018"78# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html9710[dependencies]8[dependencies]11jrsonnet-evaluator = { path = "../../crates/jrsonnet-evaluator", version = "0.3.2", features = ["explaining-traces"] }9jrsonnet-evaluator = { path = "../../crates/jrsonnet-evaluator", version = "0.3.2", features = ["explaining-traces"] }crates/jrsonnet-evaluator/Cargo.tomldiffbeforeafterboth2name = "jrsonnet-evaluator"2name = "jrsonnet-evaluator"3description = "jsonnet interpreter"3description = "jsonnet interpreter"4version = "0.3.2"4version = "0.3.2"5authors = ["Лач <iam@lach.pw>"]5authors = ["Yaroslav Bolyukin <iam@lach.pw>"]6license = "MIT"6license = "MIT"7edition = "2018"7edition = "2018"89# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html10811[features]9[features]12default = ["serialized-stdlib", "faster", "explaining-traces", "serde-json"]10default = ["serialized-stdlib", "faster", "explaining-traces", "serde-json"]crates/jrsonnet-parser/Cargo.tomldiffbeforeafterboth2name = "jrsonnet-parser"2name = "jrsonnet-parser"3description = "jsonnet language parser and AST"3description = "jsonnet language parser and AST"4version = "0.3.2"4version = "0.3.2"5authors = ["Лач <iam@lach.pw>"]5authors = ["Yaroslav Bolyukin <iam@lach.pw>"]6license = "MIT"6license = "MIT"7edition = "2018"7edition = "2018"88crates/jrsonnet-stdlib/Cargo.tomldiffbeforeafterboth2name = "jrsonnet-stdlib"2name = "jrsonnet-stdlib"3description = "jsonnet standard library packaged as crate"3description = "jsonnet standard library packaged as crate"4version = "0.3.2"4version = "0.3.2"5authors = ["Лач <iam@lach.pw>"]5authors = ["Yaroslav Bolyukin <iam@lach.pw>"]6license = "MIT"6license = "MIT"7edition = "2018"7edition = "2018"88