sqlite-vec/tests/Cargo.toml

16 lines
159 B
TOML
Raw Normal View History

2024-04-20 13:38:58 -07:00
[package]
name = "tests"
version = "0.1.0"
edition = "2021"
[dependencies]
[build-dependencies]
cc = "1.0"
[[bin]]
name = "unittest"
path = "unittest.rs"