dora-cli 0.3.8

`dora` goal is to be a low latency, composable, and distributed data flow.
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-cli"

scripts = { "dora" = "dora_cli:py_main" }


[tool.maturin]
features = ["python", "pyo3/extension-module"]