cryptopals-rust/set1/hex2base64/Cargo.lock

13 lines
270 B
TOML

[root]
name = "hex2base64"
version = "0.1.0"
dependencies = [
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "rustc-serialize"
version = "0.3.19"
source = "registry+https://github.com/rust-lang/crates.io-index"