Skip to content

Commit

Permalink
add python and ffi feature to adapters crate
Browse files Browse the repository at this point in the history
  • Loading branch information
filipmacek committed Feb 28, 2024
1 parent b489c5f commit 6ac8736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nautilus_core/adapters/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ extension-module = [
databento = ["dep:databento", "dbn", "python"]
ffi = ["nautilus-core/ffi", "nautilus-model/ffi", "nautilus-common/ffi"]
python = ["pyo3", "pyo3-asyncio"]
default = []
default = ["python","ffi"]

[dev-dependencies]
criterion = { workspace = true }
Expand Down

0 comments on commit 6ac8736

Please sign in to comment.