pgs/Cargo.toml

16 lines
513 B
TOML
Raw Normal View History

2022-04-06 14:56:00 +01:00
[package]
name = "pgs"
description = "A library for structuring save files from the Birdiesoft classic game Pokémon Simulator."
version = "0.1.0"
edition = "2021"
authors = ["Celeste <colean@colean.cc>"]
license = "MPL-2.0"
homepage = "https://git.colean.cc/pgs/about/"
repository = "https://git.colean.cc/pgs/"
readme = "README.md"
categories = ["data-structures", "parsing", "development-tools"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]