Mercurial > touhou
view Cargo.toml @ 777:11249e4b4e03
Rust: Bump dependencies which require no code change
| author | Link Mauve <linkmauve@linkmauve.fr> |
|---|---|
| date | Tue, 14 Oct 2025 12:42:06 +0000 |
| parents | f6c287745a67 |
| 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" }
