From 51e9ad0c6df345159a954500593586cdfb3eefbc Mon Sep 17 00:00:00 2001 From: Igor Katson Date: Wed, 15 Nov 2023 14:16:08 +0000 Subject: [PATCH] Prepare librqbit-core --- crates/librqbit_core/Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/crates/librqbit_core/Cargo.toml b/crates/librqbit_core/Cargo.toml index dbd48b3..5ff1b8b 100644 --- a/crates/librqbit_core/Cargo.toml +++ b/crates/librqbit_core/Cargo.toml @@ -2,6 +2,11 @@ name = "librqbit-core" version = "2.2.1" edition = "2018" +description = "Important utilities used throughout librqbit useful for working with torrents." +license = "Apache-2.0" +documentation = "https://docs.rs/librqbit-core" +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