tgg 0.1.5

Library for reading TGG files used by Talon Games
Documentation
[dependencies]

[lib]
name = "tgg"
path = "src/lib.rs"

[package]
authors = ["cqb13 <cqb13.dev@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Library for reading TGG files used by Talon Games"
edition = "2021"
homepage = "https://github.com/Talon-Games/tgg-rs"
keywords = ["Talon-Games", "TGG"]
license = "MIT"
name = "tgg"
publish = true
readme = "README.md"
repository = "https://github.com/Talon-Games/tgg-rs"
version = "0.1.5"

[[test]]
name = "load_crossword"
path = "tests/load_crossword.rs"