From fc7428755aaa1aad938e94ad88408c5c345546d5 Mon Sep 17 00:00:00 2001 From: miirc Date: Fri, 30 Oct 2020 00:22:44 -0400 Subject: [PATCH] Added email to authors --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 57d399b..62af7ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "pigeon_core" version = "0.1.0" -authors = ["miirc"] +authors = ["miirc "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ed25519-dalek = "1.0.1" \ No newline at end of file +ed25519-dalek = "1.0.1"