difftreelog
chore change author field in cargo manifests
in: master
To match git signature Fixes #28
6 files changed
bindings/jsonnet/Cargo.tomldiffbeforeafterboth--- a/bindings/jsonnet/Cargo.toml
+++ b/bindings/jsonnet/Cargo.toml
@@ -1,10 +1,8 @@
[package]
name = "jsonnet"
version = "0.3.2"
-authors = ["Лач <iam@lach.pw>"]
+authors = ["Yaroslav Bolyukin <iam@lach.pw>"]
edition = "2018"
-
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
jrsonnet-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.tomldiffbeforeafterboth--- a/crates/jrsonnet-cli/Cargo.toml
+++ b/crates/jrsonnet-cli/Cargo.toml
@@ -2,10 +2,8 @@
name = "jrsonnet-cli"
description = "Utilities for building jrsonnet CLIs"
version = "0.3.2"
-authors = ["Лач <iam@lach.pw>"]
+authors = ["Yaroslav Bolyukin <iam@lach.pw>"]
edition = "2018"
-
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
jrsonnet-evaluator = { path = "../../crates/jrsonnet-evaluator", version = "0.3.2", features = ["explaining-traces"] }
crates/jrsonnet-evaluator/Cargo.tomldiffbeforeafterboth--- a/crates/jrsonnet-evaluator/Cargo.toml
+++ b/crates/jrsonnet-evaluator/Cargo.toml
@@ -2,11 +2,9 @@
name = "jrsonnet-evaluator"
description = "jsonnet interpreter"
version = "0.3.2"
-authors = ["Лач <iam@lach.pw>"]
+authors = ["Yaroslav Bolyukin <iam@lach.pw>"]
license = "MIT"
edition = "2018"
-
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
default = ["serialized-stdlib", "faster", "explaining-traces", "serde-json"]
crates/jrsonnet-parser/Cargo.tomldiffbeforeafterboth--- a/crates/jrsonnet-parser/Cargo.toml
+++ b/crates/jrsonnet-parser/Cargo.toml
@@ -2,7 +2,7 @@
name = "jrsonnet-parser"
description = "jsonnet language parser and AST"
version = "0.3.2"
-authors = ["Лач <iam@lach.pw>"]
+authors = ["Yaroslav Bolyukin <iam@lach.pw>"]
license = "MIT"
edition = "2018"
crates/jrsonnet-stdlib/Cargo.tomldiffbeforeafterboth--- a/crates/jrsonnet-stdlib/Cargo.toml
+++ b/crates/jrsonnet-stdlib/Cargo.toml
@@ -2,7 +2,7 @@
name = "jrsonnet-stdlib"
description = "jsonnet standard library packaged as crate"
version = "0.3.2"
-authors = ["Лач <iam@lach.pw>"]
+authors = ["Yaroslav Bolyukin <iam@lach.pw>"]
license = "MIT"
edition = "2018"