simple_chess 1.0.0

A simple chess game implimentation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "game_board"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2b16e2d6b9c0da83a4e9eeb713b2c3b54c45b13df0b2fa069f36138be553581"

[[package]]
name = "simple_chess"
version = "1.0.0"
dependencies = [
 "game_board",
]