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.
|
- [build-system]
- requires = ["maturin>=0.13.2"]
- build-backend = "maturin"
-
- [project]
- name = "dora-rs-cli"
- dynamic = ["version"]
- scripts = { "dora" = "dora_cli:py_main" }
- license = { text = "MIT" }
- requires-python = ">=3.8"
- dependencies = ['dora-rs >= 0.3.10rc3', 'uv']
-
- [tool.maturin]
- features = ["python", "pyo3/extension-module"]
|