summaryrefslogtreecommitdiff
path: root/rust/huffman/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rust/huffman/Cargo.toml')
-rw-r--r--rust/huffman/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/rust/huffman/Cargo.toml b/rust/huffman/Cargo.toml
new file mode 100644
index 0000000..313fad4
--- /dev/null
+++ b/rust/huffman/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "huffman"
+version = "0.1.0"
+authors = ["Kjetil Orbekk <kjetil.orbekk@gmail.com>"]
+
+[dependencies]
+itertools = "*"