Skip to content

Commit

Permalink
add ffi feature to nautilus-persistence-crate
Browse files Browse the repository at this point in the history
  • Loading branch information
filipmacek committed Feb 28, 2024
1 parent e188d86 commit e7358e6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions nautilus_core/persistence/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ extension-module = [
"nautilus-core/extension-module",
"nautilus-model/extension-module",
]
python = ["pyo3", "nautilus-model/python", "nautilus-core/python"]
default = ["python"]
ffi = ["nautilus-core/ffi", "nautilus-model/ffi"]
python = ["pyo3", "nautilus-core/python", "nautilus-model/python"]
default = ["ffi", "python"]

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

0 comments on commit e7358e6

Please sign in to comment.