Files
backtestingfx/Cargo.toml
T
KhizarImran e79070539d feat: column-aware CSV loading and changelog
- Replaced manual CSV parsing with csv crate, columns now looked up by name
- Fixed Rust example path and contract_size
- Added CHANGELOG.md for release tracking

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-21 18:54:14 +01:00

14 lines
232 B
TOML

[package]
name = "backtestingfx"
version = "0.1.0"
edition = "2024"
[lib]
name = "_backtestingfx"
crate-type = ["cdylib", "rlib"]
[dependencies]
chrono = "0.4"
pyo3 = { version = "0.28", features = ["extension-module"]}
csv = "1"