From 730c8b8a6fcecaf78906b6c1ba45e93848bfd092 Mon Sep 17 00:00:00 2001 From: Creston Bunch Date: Sun, 14 Feb 2021 18:13:40 -0600 Subject: [PATCH] Add repository to manifest --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 9131ba8..3a11a98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ edition = "2018" categories = ["parser-implementations"] license = "MIT" keywords = ["robots", "txt", "parse", "compile"] +repository = "https://github.com/crestonbunch/cylon" [dependencies] futures-util = "0.3"