Squashed 'vendor/ruvector/' content from commit b64c2172
git-subtree-dir: vendor/ruvector git-subtree-split: b64c21726f2bb37286d9ee36a7869fef60cc6900
This commit is contained in:
17
examples/verified-applications/Cargo.toml
Normal file
17
examples/verified-applications/Cargo.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user