From b36120755556e202bca7c126496864c5f1b3a95f Mon Sep 17 00:00:00 2001 From: Igor Katson Date: Wed, 15 Nov 2023 14:08:19 +0000 Subject: [PATCH] Add buffers --- crates/buffers/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/crates/buffers/Cargo.toml b/crates/buffers/Cargo.toml index 1efd69c..3f68b16 100644 --- a/crates/buffers/Cargo.toml +++ b/crates/buffers/Cargo.toml @@ -2,6 +2,10 @@ name = "librqbit-buffers" version = "2.2.1" edition = "2018" +description = "Utils to work with &[u8] and Vec in librqbit source code." +license = "Apache-2.0" +documentation = "https://docs.rs/librqbit-buffers" +readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html