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() {