view Cargo.toml @ 763:468dab1dd683

Python: Fix video argument (thanks Doomfan!)
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Tue, 09 Feb 2021 22:50:18 +0100
parents 21b186be2590
children f6c287745a67
line wrap: on
line source

[workspace]

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

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