From 41c5023beda9352807e3e49e6d9697a11bda35ee Mon Sep 17 00:00:00 2001 From: BillK <35489013+Bill13579@users.noreply.github.com> Date: Mon, 15 Mar 2021 18:30:24 -0700 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5af9e88..37298fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "Igneous" version = "0.1.0" -authors = ["Bill Kudo "] +authors = ["BillK "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -10,4 +10,4 @@ edition = "2018" serenity = "0.8.5" regex = "1" rusqlite = "0.23.1" -strsim = "0.10.0" \ No newline at end of file +strsim = "0.10.0"