From ee3f9d270bcdbb06ad11daa61667c694196d46f8 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Sun, 14 Apr 2019 23:26:03 +0200 Subject: improved_slice_patterns: various tweaks for crates.io --- improved_slice_patterns/Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'improved_slice_patterns/Cargo.toml') diff --git a/improved_slice_patterns/Cargo.toml b/improved_slice_patterns/Cargo.toml index 7bc6ca0..9c99e0d 100644 --- a/improved_slice_patterns/Cargo.toml +++ b/improved_slice_patterns/Cargo.toml @@ -1,9 +1,10 @@ [package] name = "improved_slice_patterns" -version = "1.0.0" +version = "1.0.1" # remember to update html_root_url authors = ["Nadrieril "] license = "MIT OR Apache-2.0" edition = "2018" description = "A tiny crate that provides macros to help matching on Vecs and iterators using the syntax of slice_patterns" -repository = "https://github.com/Nadrieril/dhall-rust" readme = "README.md" +repository = "https://github.com/Nadrieril/dhall-rust" +documentation = "https://docs.rs/improved_slice_patterns/" -- cgit v1.2.3