sqlite-vec/sqlite-dist.toml
2024-08-05 16:03:09 -07:00

22 lines
504 B
TOML

[package]
name = "sqlite-vec"
license = "MIT OR Apache"
homepage = "https://alexgarcia.xyz/sqlite-vec"
repo = "https://github.com/asg017/sqlite-vec"
description = "A vector search SQLite extension."
authors = ["Alex Garcia"]
git_tag_format = "v$VERSION"
[targets]
github_releases = {}
sqlpkg = {}
spm = {}
amalgamation = {include=["sqlite-vec.c", "sqlite-vec.h"]}
pip = { extra_init_py = "bindings/python/extra_init.py" }
datasette = {}
sqlite_utils = {}
npm = {}
gem = { module_name = "SqliteVec" }