GTP (Go Text Protocol) controller implementation for Rust.
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.

13 lines
469 B

[package]
name = "gtp"
version = "0.1.2"
authors = ["Weird Constructor <weirdconstructor@gmail.com>"]
edition = "2018"
license = "GPL-3.0-or-later"
description = "GTP (Go Text Protocol) controller implementation for Rust"
repository = "https://github.com/WeirdConstructor/gtp-rs"
readme = "README.md"
keywords = ["GTP","Go","Baduk","Weiqi","protocol"]
categories = ["parsing","parser-implementations","games"]
[dependencies]