git-subtree-dir: vendor/ruvector git-subtree-split: b64c21726f2bb37286d9ee36a7869fef60cc6900
18 lines
473 B
TOML
18 lines
473 B
TOML
[package]
|
|
name = "verified-applications"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
rust-version = "1.77"
|
|
license = "MIT OR Apache-2.0"
|
|
description = "10 exotic applications of ruvector-verified: from weapons filters to legal forensics"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
ruvector-verified = { path = "../../crates/ruvector-verified", features = ["ultra", "hnsw-proofs"] }
|
|
rand = { workspace = true }
|
|
anyhow = { workspace = true }
|
|
|
|
[[bin]]
|
|
name = "verified-apps"
|
|
path = "src/main.rs"
|