cryptopals-rust/set1/xor_cipher/Cargo.toml
2016-09-10 15:59:40 +02:00

10 lines
176 B
TOML

[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"