summaryrefslogtreecommitdiff
path: root/2016/aoc17/Cargo.lock
blob: 488e59b61af205972a98134e918ea10625d65003 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[root]
name = "aoc17"
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"

[metadata]
"checksum md5 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7df230903ccdffd6b3b4ec21624498ea64c912ce50297846907f0b8e1bb249dd"