File size: 226 Bytes
b98ffbb |
1 2 3 4 5 6 7 8 9 10 11 12 |
[build-system]
requires = ["maturin>=0.13.2"]
build-backend = "maturin"
[project]
name = "dora-rs"
# Install pyarrow at the same time of dora-rs
dependencies = ['pyarrow']
[tool.maturin]
features = ["pyo3/extension-module"]
|