summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
blob: 252e8fe0d49ba5040634da3829541f35bcb0def0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[root]
name = "matasano"
version = "0.0.1"
dependencies = [
 "rustc-serialize 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "rustc-serialize"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"