mirror of
https://github.com/KhizarImran/backtestingfx.git
synced 2026-08-17 05:58:05 +00:00
adding python wrapping
This commit is contained in:
@@ -3,5 +3,10 @@ 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"]}
|
||||
Reference in New Issue
Block a user