From 0c0a027a57c16e41445dc1143e558fedc39d057a Mon Sep 17 00:00:00 2001 From: MrEvilCookie Date: Thu, 1 Aug 2019 16:02:46 +0300 Subject: [PATCH] Add license and description to Cargo.toml --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index e3881f7..19071c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,8 @@ [package] name = "owoify" version = "0.1.0" +description = "Text owoification library" +license = "MIT" authors = ["EvilDead "] edition = "2018"