This repository is the home of WeirdConstructor's web based Go board. It's mainly for playing AI and analyzing Go/Baduk/Weiqi games. It's written in Rust and JavaScript.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[package] |
|
name = "weird_goban" |
|
version = "0.1.0" |
|
authors = ["Weird Constructor <weirdconstructor@gmail.com>"] |
|
edition = "2018" |
|
build="build.rs" |
|
|
|
[dependencies] |
|
hyper="0.12.29" |
|
serde="1.0.92" |
|
futures="0.1" |
|
tokio-process="0.2.3" |
|
tokio="0.1.21" |
|
serde_json="1.0.39"
|
|
|