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.tomldiffbeforeafterboth1[package]2name = "jrsonnet-cli"3description = "Utilities for building jrsonnet CLIs"4version = "0.3.2"5authors = ["Лач <iam@lach.pw>"]6edition = "2018"78# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html910[dependencies]11jrsonnet-evaluator = { path = "../../crates/jrsonnet-evaluator", version = "0.3.2", features = ["explaining-traces"] }12jrsonnet-parser = { path = "../../crates/jrsonnet-parser", version = "0.3.2" }1314[dependencies.clap]15git = "https://github.com/clap-rs/clap"16rev = "821d79aac784980656f1a3be378f57cf32ea6828"1[package]2name = "jrsonnet-cli"3description = "Utilities for building jrsonnet CLIs"4version = "0.3.2"5authors = ["Yaroslav Bolyukin <iam@lach.pw>"]6edition = "2018"78[dependencies]9jrsonnet-evaluator = { path = "../../crates/jrsonnet-evaluator", version = "0.3.2", features = ["explaining-traces"] }10jrsonnet-parser = { path = "../../crates/jrsonnet-parser", version = "0.3.2" }1112[dependencies.clap]13git = "https://github.com/clap-rs/clap"14rev = "821d79aac784980656f1a3be378f57cf32ea6828"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"