Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "monochrome"
version = "0.3.0"
authors = ["Emil Englesson <englesson.emil@gmail.com>"]
edition = "2018"
description = "Othello AI"
repository = "https://github.com/LimeEng/monochrome/"
license = "MIT"
keywords = ["othello"]

exclude = [
    ".github/**"
]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
magpie = {version = "0.4.0", features = ["serde"]}