sqlite-vec/examples/simple-rust/Cargo.toml

13 lines
216 B
TOML
Raw Normal View History

2024-05-10 20:51:42 -07:00
[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"