From 03adce9996b07616e1a0ce5077318ea2815af8f7 Mon Sep 17 00:00:00 2001 From: EvilDeaaaadd Date: Thu, 1 Aug 2019 17:20:58 +0300 Subject: [PATCH] Generate docs --- .gitignore | 5 +---- Cargo.toml | 3 ++- README.md | 4 ++-- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index e1a0a1e..a3701a9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,4 @@ -/target/debug -/target/package -/target/rls -/target/.rustc_info.json +/target /tests **/*.rs.bk Cargo.lock diff --git a/Cargo.toml b/Cargo.toml index c78e842..c80f216 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,8 @@ name = "owoify" version = "0.1.3" description = "Text owoification library" -repository= "https://github.com//owoify" +repository = "https://github.com//owoify" +documentation = "https://docs.rs/owoify/" readme = "README.md" license = "MIT" authors = [" <@protonmail.com>"] diff --git a/README.md b/README.md index 9462a14..7d3e335 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,12 @@ Inspired by: # Usage Add this to ``Cargo.toml``: -``` +```toml [dependencies] owoify = "0.1.3" ``` ``example.rs``: -``` +```rust use owoify::OwOifiable; fn main() {