feat: ai strategy (wip)

This commit is contained in:
Henri Bourcereau 2025-03-02 15:20:24 +01:00
parent 899a690869
commit ab770f3a34
14 changed files with 421 additions and 57 deletions

View file

@ -6,9 +6,10 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "trictrac"
name = "store"
# "cdylib" is necessary to produce a shared library for Python to import from.
crate-type = ["cdylib"]
# "rlib" is needed for other Rust crates to use this library
crate-type = ["cdylib", "rlib"]
[dependencies]
base64 = "0.21.7"