Mercurial > touhou
comparison Cargo.toml @ 770:f6c287745a67
Rust: Add a libtouhou Python wrapper using pyo3
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Tue, 30 Aug 2022 18:23:55 +0200 |
parents | 21b186be2590 |
children |
comparison
equal
deleted
inserted
replaced
769:cae5f15ca5ed | 770:f6c287745a67 |
---|---|
1 [workspace] | 1 [workspace] |
2 | 2 |
3 members = [ | 3 members = [ |
4 "formats", | 4 "formats", |
5 "interpreters", | 5 "interpreters", |
6 "python", | |
6 "runners", | 7 "runners", |
7 "utils", | 8 "utils", |
8 ] | 9 ] |
9 | 10 |
10 [patch.crates-io] | 11 [patch.crates-io] |
11 touhou-formats = { path = "formats" } | 12 touhou-formats = { path = "formats" } |
12 touhou-interpreters = { path = "interpreters" } | 13 touhou-interpreters = { path = "interpreters" } |
14 touhou-python = { path = "python" } | |
13 touhou-runners = { path = "runners" } | 15 touhou-runners = { path = "runners" } |
14 touhou-utils = { path = "utils" } | 16 touhou-utils = { path = "utils" } |