sqlite-dist try out

This commit is contained in:
Alex Garcia 2024-04-27 12:06:59 -07:00
parent 6c97750e48
commit 5a64e09204

21
sqlite-dist.toml Normal file
View file

@ -0,0 +1,21 @@
[package]
name = "sqlite-vec"
version = "0.0.1-alpha.0"
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"]
[targets]
github_releases = {}
sqlpkg = {}
spm = {}
pip = {}
datasette = {}
sqlite_utils = {}
npm = {}
gem = { module_name = "SqliteVec" }