From 547e06e43fc8805247240ec4f12293b85ed6e4b6 Mon Sep 17 00:00:00 2001 From: EliasCubz Date: Thu, 8 Oct 2020 14:16:36 +0200 Subject: [PATCH] added name to authors --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2836ef5..86bd8c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "paint_droid" version = "0.1.0" -authors = ["mhart ", "fiplox "] +authors = ["mhart ", "vpatuta ", "EliasCubz "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html