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.tomldiffbeforeafterboth--- a/cmds/jrsonnet/Cargo.toml
+++ b/cmds/jrsonnet/Cargo.toml
@@ -2,11 +2,9 @@
name = "jrsonnet"
description = "Rust jsonnet implementation"
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 = []
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.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"