You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

pyproject.toml 248 B

123456789101112
  1. [build-system]
  2. requires = ["maturin>=0.13.2"]
  3. build-backend = "maturin"
  4. [project]
  5. name = "dora-rs"
  6. dynamic = ["version"]
  7. # Install pyarrow at the same time of dora-rs
  8. dependencies = ['pyarrow']
  9. [tool.maturin]
  10. features = ["pyo3/extension-module"]