From 5a64e092046455772f38c1cc0021350341dafa25 Mon Sep 17 00:00:00 2001 From: Alex Garcia Date: Sat, 27 Apr 2024 12:06:59 -0700 Subject: [PATCH] sqlite-dist try out --- sqlite-dist.toml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 sqlite-dist.toml diff --git a/sqlite-dist.toml b/sqlite-dist.toml new file mode 100644 index 0000000..d182139 --- /dev/null +++ b/sqlite-dist.toml @@ -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" }