mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
12 lines
216 B
TOML
12 lines
216 B
TOML
[package]
|
|
name = "sqlite-vec-demo"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
sqlite-vec={path="../../bindings/rust"}
|
|
rusqlite = {version="0.31.0", features=["bundled"]}
|
|
zerocopy = "0.7.33"
|
|
|
|
[[bin]]
|
|
name="demo"
|
|
path="demo.rs"
|