From 4f89f698a811bdef310cb2beb15a920afffd0b80 Mon Sep 17 00:00:00 2001 From: Avril Date: Mon, 9 Nov 2020 15:57:08 +0000 Subject: [PATCH] add repo --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"