mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-28 05:31:06 -05:00
* Qdrant Edge Python binding 🐍⛓️💥 * fixup! Qdrant Edge Python binding 🐍⛓️💥 Fix example + cleanup * review: move QueryEnum + mark search as deprecated --------- Co-authored-by: generall <andrey@vasnetsov.com>
7 lines
127 B
TOML
7 lines
127 B
TOML
[build-system]
|
|
build-backend = "maturin"
|
|
requires = ["maturin>=1.0,<2.0"]
|
|
|
|
[tool.maturin]
|
|
features = ["pyo3/extension-module"]
|