cryptopals-rust/set1/detect_xor/Cargo.toml

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"