adding python wrapping

This commit is contained in:
KhizarImran
2026-06-14 01:21:15 +01:00
parent a039484b08
commit 6f39fc2d34
3 changed files with 34 additions and 10 deletions
+5
View File
@@ -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"]}