mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
7 lines
128 B
TOML
7 lines
128 B
TOML
[package]
|
|
name = "micro"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
rusqlite = {version="0.31.0", features=["bundled"]}
|