From 58ab23227f09a680a3766ac0d7b07cc0b209bd58 Mon Sep 17 00:00:00 2001 From: Edgar Luque Date: Tue, 25 Oct 2022 13:11:57 +0200 Subject: [PATCH] upd cargo --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index eb8b112..2aacd59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,14 @@ name = "huffman" version = "0.1.0" edition = "2021" +authors = ["Edgar "] +description = "Huffman compression and decompression" +repository = "https://github.com/edg-l/rustyman/" +license = "MIT OR Apache-2.0" +keywords = ["huffman", "compression", "decompression", "lossless", "huffman-coding"] +categories = ["compression", "algorithms"] +documentation = "https://docs.rs/rustyman" +readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html