[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