view Cargo.toml @ 781:5b43c42fa680

Stop exposing PBG3 to Python
author Link Mauve <linkmauve@linkmauve.fr>
date Sun, 09 Nov 2025 19:50:35 +0100
parents 11249e4b4e03
children
line wrap: on
line source

[workspace]
resolver = "2"

members = [
    "formats",
    "interpreters",
    "python",
    "runners",
    "utils",
]

[patch.crates-io]
touhou-formats = { path = "formats" }
touhou-interpreters = { path = "interpreters" }
touhou-python = { path = "python" }
touhou-runners = { path = "runners" }
touhou-utils = { path = "utils" }