mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
16 lines
159 B
TOML
16 lines
159 B
TOML
|
|
[package]
|
||
|
|
name = "tests"
|
||
|
|
version = "0.1.0"
|
||
|
|
edition = "2021"
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
|
||
|
|
[build-dependencies]
|
||
|
|
cc = "1.0"
|
||
|
|
|
||
|
|
[[bin]]
|
||
|
|
name = "unittest"
|
||
|
|
path = "unittest.rs"
|
||
|
|
|
||
|
|
|