view Cargo.toml @ 775:28d8b892fd06

Python: Upgrade pyo3 from 0.17 to 0.26
author Link Mauve <linkmauve@linkmauve.fr>
date Mon, 13 Oct 2025 17:44:38 +0000
parents f6c287745a67
children 11249e4b4e03
line wrap: on
line source

[workspace]

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