Skip to content

Commit 290c18a

Browse files
authored
Fix: Add cargo publication information (#2)
1 parent 484c701 commit 290c18a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Cargo.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
name = "oxidendron"
33
version = "1.1.0"
44
edition = "2024"
5+
description = "A Huffman encoding and decoding cli tool"
6+
readme = "README.md"
7+
repository = "https://github.com/LukasHuth/Oxidendron"
8+
license-file = "LICENSE"
9+
keywords = ["huffman", "compression"]
10+
categories = ["command-line-utilities"]
11+
12+
[[bin]]
13+
name = "oxidendron"
14+
path = "src/main.rs"
515

616
[dependencies]
717
byteorder = "1.5.0"

0 commit comments

Comments
 (0)