Add license and description to Cargo.toml
This commit is contained in:
parent
678e114af8
commit
5adaf6d2b2
|
@ -1,6 +1,8 @@
|
||||||
[package]
|
[package]
|
||||||
name = "owoify"
|
name = "owoify"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
description = "Text owoification library"
|
||||||
|
license = "MIT"
|
||||||
authors = [" <@protonmail.com>"]
|
authors = [" <@protonmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue