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

18 lines
329 B
TOML

[package]
name = "rtx-marketsim-demo"
version = "1.0.0"
edition = "2024"
rust-version = "1.92"
description = "MarketSim - Financial World Model for scenario generation"
license = "MIT"
[dependencies]
marketsim-shared = { path = "../marketsim-shared" }
thiserror = "2"
[dev-dependencies]
# For testing
[lints]
workspace = true