Files
rustytorch/demos/rtx-algoarena-demo/Cargo.toml
T
2026-03-04 00:08:42 +00:00

18 lines
317 B
TOML

[package]
name = "rtx-algoarena-demo"
version = "1.0.0"
edition = "2024"
rust-version = "1.92"
description = "AlgoArena - Strategy Backtesting Battleground"
license = "MIT"
[dependencies]
algoarena-shared = { path = "../algoarena-shared" }
thiserror = "2"
[dev-dependencies]
# For testing
[lints]
workspace = true