Mercurial > touhou
view Cargo.toml @ 793:bdefd3e6d6f9
python: Bump the dependencies
| author | Link Mauve <linkmauve@linkmauve.fr> |
|---|---|
| date | Wed, 13 May 2026 21:43:58 +0200 |
| 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" }
