sqlite-vec/tests/Cargo.lock
2024-04-20 13:38:58 -07:00

16 lines
362 B
TOML

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "cc"
version = "1.0.90"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5"
[[package]]
name = "tests"
version = "0.1.0"
dependencies = [
"cc",
]