Add git repository

This commit is contained in:
EvilDeaaaadd 2019-08-01 16:34:38 +03:00
parent 5c3a443caa
commit 5af9dcfb17
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
name = "owoify" name = "owoify"
version = "0.1.1" version = "0.1.1"
description = "Text owoification library" description = "Text owoification library"
repository= "https://github.com//owoify"
readme = "README.md" readme = "README.md"
license = "MIT" license = "MIT"
authors = [" <@protonmail.com>"] authors = [" <@protonmail.com>"]

View File

@ -12,7 +12,7 @@ Add this to ``Cargo.toml``:
``` ```
[dependencies] [dependencies]
owoify = "0.1.0" owoify = "0.1.1"
``` ```
``example.rs``: ``example.rs``:
``` ```