We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b4fb01 commit dd2c506Copy full SHA for dd2c506
py-hftbacktest/Cargo.toml
@@ -14,4 +14,7 @@ live = ["hftbacktest/live"]
14
[dependencies]
15
pyo3 = { version = "0.25", features = ["extension-module"] }
16
hftbacktest = { path = "../hftbacktest", default-features = false, features = ["backtest", "s3"] }
17
-hftbacktest-derive = { path = "../hftbacktest-derive" }
+hftbacktest-derive = { path = "../hftbacktest-derive" }
18
+
19
+[target.'cfg(all(target_arch = "arm", target_feature = "v7"))'.dependencies]
20
+hftbacktest = { path = "../hftbacktest", default-features = false, features = ["backtest"] }
0 commit comments