pkmn-rs/Cargo.toml

19 lines
316 B
TOML
Raw Normal View History

[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" }