pkmn-rs/Cargo.toml
Maxime “pep” Buquet 2dbc6f8937
savestate: read player name
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-06-30 00:48:37 +02:00

18 lines
316 B
TOML

[package]
name = "pocketmonste-rs"
version = "0.1.0"
authors = ["Maxime “pep” Buquet <pep@bouah.net>"]
edition = "2018"
license = "AGPL-3.0-or-later"
[dependencies]
[workspace]
members = [
"pkstrings",
"savestate",
]
[patch.crates-io]
pkstrings = { path = "pkstrings" }
savestate = { path = "savestate" }