thud 0.1.3

A library for the board game Thud as seen in the Discworld series of books
Documentation
[dependencies.libc]
optional = true
version = "0.2.68"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"
[dev-dependencies.test-case]
version = "1.0.0"

[features]
ffi = ["libc"]
serialize = ["serde"]

[lib]
crate-type = ["lib", "cdylib"]

[package]
authors = ["Laura Demkowicz-Duffy <edward70891@gmail.com>"]
description = "A library for the board game Thud as seen in the Discworld series of books"
edition = "2018"
homepage = "https://github.com/Laura7089/thud"
license = "GPL-3.0"
name = "thud"
readme = "README.md"
repository = "https://github.com/Laura7089/thud.git"
version = "0.1.3"