From 3df99e72fdf28ade89bd9f0ee08f68cca519b0ea Mon Sep 17 00:00:00 2001 From: mark Date: Sun, 20 Nov 2022 22:01:00 +0100 Subject: [PATCH] fix authors, remove duplicate license. --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2fc62b8..51e605d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,12 +3,10 @@ name = "snakify" version = "1.0.0" edition = "2021" -authors = "m-hgn" +authors = ["m-hgn"] description = "Quickly snake-caseify any input text" license = "GPL-3.0" - -license-file = "LICENSE" readme = "README.md" [dependencies]