summaryrefslogtreecommitdiff
path: root/2016/aoc5/Cargo.lock
blob: 6d0e69ce64b38ced2d41fb4651be94e02b0ff796 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[root]
name = "aoc5"
version = "0.1.0"
dependencies = [
 "md5 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

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