view Cargo.toml @ 757:21b186be2590

Split the Rust version into multiple crates.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Tue, 05 Jan 2021 02:16:32 +0100
parents fc937d93a57c
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" }