mirror of
https://github.com/KhizarImran/backtestingfx.git
synced 2026-07-27 20:17:44 +00:00
14 lines
232 B
TOML
14 lines
232 B
TOML
[package]
|
|
name = "backtestingfx"
|
|
version = "0.1.1"
|
|
edition = "2024"
|
|
|
|
[lib]
|
|
name = "_backtestingfx"
|
|
crate-type = ["cdylib", "rlib"]
|
|
|
|
[dependencies]
|
|
chrono = "0.4"
|
|
pyo3 = { version = "0.28", features = ["extension-module"]}
|
|
csv = "1"
|