From 73be996030db7df826680e4e60f50afaeede9140 Mon Sep 17 00:00:00 2001 From: Piotr Czarnecki Date: Fri, 14 Jun 2019 12:32:30 +0200 Subject: [PATCH] Add 'repository' link as a copy --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 31651e6..9ffdade 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ description = "Bloom filter implementation in rust" version = "0.3.1" authors = ["Nick Lanham "] homepage = "https://github.com/nicklan/bloom-rs" +repository = "https://github.com/nicklan/bloom-rs" documentation = "https://docs.rs/bloom/" readme = "README.md" keywords = ["bloom", "filter", "bloomfilter"]