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
|
|
@ -4,7 +4,7 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
trictrac-store = { path = "../store" }
|
||||
trictrac-store = { path = "../store", features = ["python"] }
|
||||
trictrac-bot = { path = "../bot" }
|
||||
anyhow = "1"
|
||||
rand = "0.9"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue