fixup rust bindings

This commit is contained in:
Alex Garcia 2024-05-10 21:13:18 -07:00
parent a6495e1e9a
commit 38e41c62eb
5 changed files with 36 additions and 14 deletions

View file

@ -0,0 +1,19 @@
[package]
name = "sqlite-vec"
version = "${VERSION}"
edition = "2021"
authors = ["Alex Garcia <alexsebastian.garcia@gmail.com>"]
description = "FFI bindings to the sqlite-vec SQLite extension"
homepage = "https://github.com/asg017/sqlite-vec"
repository = "https://github.com/asg017/sqlite-vec"
keywords = ["sqlite", "sqlite-extension"]
license = "MIT/Apache-2.0"
[dependencies]
[build-dependencies]
cc = "1.0"
[dev-dependencies]
rusqlite = "0.31.0"