-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.lock
43 lines (38 loc) · 1 KB
/
Cargo.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "shogi_core"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d0a7de4ff7c66bf0b6346bda1d530c94a496f8aa3317938923886c58191aa14"
[[package]]
name = "shogi_legality_lite"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "706de12806577bb7732e6387a2df49cb93a2cea1ccb3e0e1cbbe258a633a007e"
dependencies = [
"shogi_core",
]
[[package]]
name = "shogi_official_kifu"
version = "0.1.2"
dependencies = [
"shogi_core",
"shogi_legality_lite",
"shogi_usi_parser",
]
[[package]]
name = "shogi_official_kifu_c"
version = "0.0.0-unpublished"
dependencies = [
"shogi_official_kifu",
]
[[package]]
name = "shogi_usi_parser"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f39adab2055cf0bc5c9523b237e14ad9aba385bc7ebf90c9385876a48cef8c62"
dependencies = [
"shogi_core",
]