vectordb/Cargo.toml
asonix 2d5bc4e09a Start implementing stuff lol
TODO: implement encode/decode for Hyperplane
2023-06-24 18:57:09 -05:00

10 lines
245 B
TOML

[package]
name = "vectordb"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rand = "0.8.5"
redb = { version = "1.0.0", features = ["logging"] }