vectordb/Cargo.toml
asonix b7dff25921 Rework threading. Add async support.
TODO: maintenance thread spins perpetually - should check rebuild requirements on insert
2023-07-03 23:25:41 -05:00

12 lines
281 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]
flume = "0.10.14"
oneshot = "0.1.5"
rand = "0.8.5"
redb = { version = "1.0.4", features = ["logging"] }