refact: add cargo "python" feature for pyo3
This commit is contained in:
parent
00f23543a5
commit
0b06c62fd9
7 changed files with 12 additions and 6 deletions
|
|
@ -13,7 +13,7 @@ bincode = "1.3.3"
|
|||
pico-args = "0.5.0"
|
||||
pretty_assertions = "1.4.0"
|
||||
renet = "0.0.13"
|
||||
trictrac-store = { path = "../store" }
|
||||
trictrac-store = { path = "../store", features = ["python"] }
|
||||
trictrac-bot = { path = "../bot" }
|
||||
spiel_bot = { path = "../spiel_bot" }
|
||||
itertools = "0.13.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue