From 18766da961be9d7661f3eb5b78e93834bd40cca0 Mon Sep 17 00:00:00 2001 From: Igor Katson Date: Wed, 15 Nov 2023 14:13:52 +0000 Subject: [PATCH] Prepare bencode --- crates/bencode/Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/crates/bencode/Cargo.toml b/crates/bencode/Cargo.toml index ce27c3a..dc3bd3f 100644 --- a/crates/bencode/Cargo.toml +++ b/crates/bencode/Cargo.toml @@ -2,6 +2,11 @@ name = "librqbit-bencode" version = "2.2.1" edition = "2018" +description = "Bencode serialization and deserialization using Serde" +license = "Apache-2.0" +documentation = "https://docs.rs/librqbit-bencode" +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