cryptopals-rust/set1/hex2base64/Cargo.toml

12 lines
190 B
TOML
Raw Normal View History

2016-09-09 14:59:57 +00:00
[package]
name = "hex2base64"
version = "0.1.0"
authors = ["Thomas Lindner <thomas.lindner@fau.de>"]
[dependencies]
rustc-serialize = "0.3"
[[bin]]
name = "hex2base64"
path = "src/bin.rs"