mirror of
https://github.com/KhizarImran/backtestingfx.git
synced 2026-07-27 20:17:44 +00:00
e79070539d
- 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>
14 lines
232 B
TOML
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"
|