Add license and description to Cargo.toml

This commit is contained in:
EvilDeaaaadd 2019-08-01 16:02:46 +03:00
parent 678e114af8
commit 5adaf6d2b2
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
[package]
name = "owoify"
version = "0.1.0"
description = "Text owoification library"
license = "MIT"
authors = [" <@protonmail.com>"]
edition = "2018"