mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 16:56:27 +02:00
Start go/rust bindings
This commit is contained in:
parent
a2c207347e
commit
2572aa1413
7 changed files with 262 additions and 0 deletions
12
bindings/rust/Cargo.toml
Normal file
12
bindings/rust/Cargo.toml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[package]
|
||||
name = "sqlite-vec"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
||||
[build-dependencies]
|
||||
cc = "1.0"
|
||||
|
||||
[dev-dependencies]
|
||||
rusqlite = "0.31.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue