15 lines
513 B
TOML
15 lines
513 B
TOML
[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]
|