From d9b699b588ec11163f1f4c86a6845ced86075050 Mon Sep 17 00:00:00 2001 From: Joe Walker Date: Fri, 17 Feb 2017 07:03:48 +0000 Subject: [PATCH] Fix the authors entry in Cargo.toml (#322) --- Cargo.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e2e5e87a..770b3c95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,11 @@ [package] -authors = ["Richard Newman ", "Nicholas Alexander "] +authors = [ + "Richard Newman ", + "Nicholas Alexander ", + "Victor Porof ", + "Jordan Santell ", + "Joe Walker ", +] name = "mentat" version = "0.4.0"