Use portable USearch on macOS.

This commit is contained in:
Hermes Agent
2026-08-14 09:45:02 +00:00
parent 27470465a7
commit 1424d59845
3 changed files with 20 additions and 2 deletions

View File

@@ -45,9 +45,14 @@ url = { workspace = true }
base64 = { workspace = true }
dirs = { workspace = true }
fastembed = { workspace = true }
usearch = { workspace = true }
ort = { workspace = true }
[target.'cfg(target_os = "macos")'.dependencies]
usearch = { workspace = true }
[target.'cfg(not(target_os = "macos"))'.dependencies]
usearch = { workspace = true, features = ["numkong"] }
[dev-dependencies]
tempfile = "3"