[[bin]]
name = "twfiles"
path = "src/bin/twfiles.rs"
[lib]
name = "twstorage"
path = "src/lib.rs"
[package]
authors = ["Patiga <dev@patiga.eu>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Access the data and config directories of Teeworlds and DDNet"
edition = "2021"
keywords = ["teeworlds", "ddnet"]
license = "AGPL-3.0-only"
name = "twstorage"
readme = "README.md"
repository = "https://gitlab.com/ddnet-rs/twstorage"
version = "0.2.1"
[target."cfg(windows)".dependencies.winreg]
version = "0.52.0"