From 5af9dcfb17414631881825e2f720eaf3589b6c07 Mon Sep 17 00:00:00 2001 From: EvilDeaaaadd Date: Thu, 1 Aug 2019 16:34:38 +0300 Subject: [PATCH] Add git repository --- Cargo.toml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cb755df..85df356 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "owoify" version = "0.1.1" description = "Text owoification library" +repository= "https://github.com//owoify" readme = "README.md" license = "MIT" authors = [" <@protonmail.com>"] diff --git a/README.md b/README.md index 25fa1e5..29a982b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Add this to ``Cargo.toml``: ``` [dependencies] -owoify = "0.1.0" +owoify = "0.1.1" ``` ``example.rs``: ```