From a984408b4106da2ae2313f5fbc3d0d89f6d6436f Mon Sep 17 00:00:00 2001 From: Igor Katson Date: Wed, 15 Nov 2023 14:10:04 +0000 Subject: [PATCH] Prepare sha1w --- crates/sha1w/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/crates/sha1w/Cargo.toml b/crates/sha1w/Cargo.toml index 8ca97ae..cc52903 100644 --- a/crates/sha1w/Cargo.toml +++ b/crates/sha1w/Cargo.toml @@ -2,6 +2,10 @@ name = "librqbit-sha1-wrapper" version = "2.2.1" 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" +readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html