view Cargo.toml @ 774:d08eb4c9fce3

formats: Upgrade nom to version 8
author Link Mauve <linkmauve@linkmauve.fr>
date Mon, 29 Sep 2025 11:10:15 +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" }