aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
blob: 1a635b1c6885041e6817639959eaf9aacc5781ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "connect4"
version = "0.1.0"
dependencies = [
 "fnv",
]

[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"