From 78af90fe566fd51e260bf2816800efd70e500eb4 Mon Sep 17 00:00:00 2001 From: Waylon Jepsen Date: Wed, 13 Sep 2023 16:28:45 +0200 Subject: [PATCH] manifest author emails --- arbiter-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arbiter-core/Cargo.toml b/arbiter-core/Cargo.toml index 715ceda1..85314389 100644 --- a/arbiter-core/Cargo.toml +++ b/arbiter-core/Cargo.toml @@ -2,7 +2,7 @@ name = "arbiter-core" version = "0.5.0" edition = "2021" -authors = ["Waylon Jepsen", "Colin Roberts"] +authors = ["Waylon Jepsen ", "Colin Roberts "] description = "Allowing smart contract developers to do simulation driven development via an EVM emulator" license = "Apache-2.0" keywords = ["ethereum", "evm", "emulator", "testing", "smart-contracts"]