mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
fixup rust bindings
This commit is contained in:
parent
a6495e1e9a
commit
38e41c62eb
5 changed files with 36 additions and 14 deletions
19
bindings/rust/Cargo.toml.tmpl
Normal file
19
bindings/rust/Cargo.toml.tmpl
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue