deps-upgrade(mc-player-api): ⬆️ Update dependencies in Cargo.toml and regenerate Cargo.lock for mc-player-api
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
49a64a899a
commit
5319a6c385
2 changed files with 708 additions and 27 deletions
730
src/simulator/Cargo.lock
generated
730
src/simulator/Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -19,6 +19,11 @@ mc-score = { path = "../mc-score" }
|
|||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
thiserror = "1"
|
||||
# Pure-Rust ONNX inference for the in-box learned (`learned:*`) controller
|
||||
# (p1-29f). No C++/system runtime — composes with the GDExtension build and
|
||||
# leaves the WASM surface (api-wasm, which does not depend on this crate)
|
||||
# untouched.
|
||||
tract-onnx = "0.21"
|
||||
|
||||
[dev-dependencies]
|
||||
# Needed by `tests/smoke_5_endturn_mock.rs` — the mock mirrors
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue