From 07b324e97f452dda7e03a9663be7d9c638acb644 Mon Sep 17 00:00:00 2001 From: Igor Katson Date: Wed, 15 Nov 2023 14:11:51 +0000 Subject: [PATCH] Prepare sha1w --- crates/sha1w/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/sha1w/Cargo.toml b/crates/sha1w/Cargo.toml index cc52903..eeed706 100644 --- a/crates/sha1w/Cargo.toml +++ b/crates/sha1w/Cargo.toml @@ -5,6 +5,7 @@ edition = "2018" description = "Common interface around various sha1 implementations used in rqbit torrent client." license = "Apache-2.0" documentation = "https://docs.rs/librqbit-sha1-wrapper" +repository = "https://github.com/ikatson/rqbit" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html