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