diff --git a/Cargo.toml b/Cargo.toml index 94cc413..69688fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,8 @@ [package] name = "ad-hoc-iter" -version = "0.1.0" +version = "0.1.1" description = "Ad-hoc exact size owning iterator macro and other optional utils" +repository = "https://git.flanchan.moe/flanchan/ad-hoc-iter" keywords = ["iterator", "macro", "iter"] authors = ["Avril "] edition = "2018"