From 48eddc9bc888b00ca86f55fd3685323c9a508a8e Mon Sep 17 00:00:00 2001 From: Volodymyr Patuta <6977238-fiplox@users.noreply.gitlab.com> Date: Thu, 8 Oct 2020 12:33:18 +0200 Subject: [PATCH 1/2] added myself to the authors. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a06b5f5..dd6f404 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "paint_droid" version = "0.1.0" -authors = ["mhart Date: Thu, 8 Oct 2020 12:40:16 +0200 Subject: [PATCH 2/2] fix email syntax --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dd6f404..18e1fe7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "paint_droid" version = "0.1.0" -authors = ["mhart ", "vpatuta "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html