From b155ec862b5a0d51c943f2f5c9a4accae900c98a Mon Sep 17 00:00:00 2001 From: sgoudham Date: Thu, 3 Feb 2022 01:05:20 +0000 Subject: [PATCH] Fix author config --- Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8a5ed80..6d37432 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "uwuifyy" version = "0.2.0" edition = "2021" -authors = ["Goudham "] +authors = ["Goudham Suresh "] description = "A robust, customizable, blazingly-fast, efficient and easy-to-use command line application to uwu'ify your text!" license = "MIT" readme = "README.md" @@ -31,7 +31,6 @@ linkify = "0.8.0" rand_xoshiro = "0.6.0" ahash = "0.7.6" memmap = "0.7.0" -kaomoji-ru = "1.0.1" [profile.release] lto = "fat" @@ -46,4 +45,4 @@ lto = "fat" codegen-units = 1 [features] -bench = [] +bench = [] \ No newline at end of file