cryptopals-rust/set1/challenge2_xor_cipher/Cargo.toml

10 lines
176 B
TOML
Raw Normal View History

2016-09-10 13:59:40 +00:00
[package]
name = "xor_cipher"
version = "0.1.0"
authors = ["Thomas Lindner <thomas.lindner@fau.de>"]
[dependencies]
log = "0.3.6"
env_logger = "0.3.4"
rustc-serialize = "0.3"