From 5adaf6d2b28ecf9af9a441a20283970c81686568 Mon Sep 17 00:00:00 2001 From: EvilDeaaaadd 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 23d3302..5d55457 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 = [" <@protonmail.com>"] edition = "2018"