aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 192f14fd7a92dc7fb48296b89d8f24c337a0505f (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "huffman"
version = "0.1.0"
authors = ["Charles <sircharlesaze@gmail.com>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]