cryptopals-rust/set1/challenge4_detect_xor/Cargo.toml
2017-02-20 22:53:25 +01:00

10 lines
176 B
TOML

[package]
name = "detect_xor"
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"