mirror of
https://github.com/edg-l/rustyman.git
synced 2024-11-09 09:38:20 +00:00
upd cargo
This commit is contained in:
parent
7cc823f37a
commit
58ab23227f
|
@ -2,6 +2,14 @@
|
||||||
name = "huffman"
|
name = "huffman"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
authors = ["Edgar <git@edgarluque.com>"]
|
||||||
|
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
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue