Squashed 'vendor/ruvector/' content from commit b64c2172
git-subtree-dir: vendor/ruvector git-subtree-split: b64c21726f2bb37286d9ee36a7869fef60cc6900
This commit is contained in:
22
crates/ruvector-snapshot/Cargo.toml
Normal file
22
crates/ruvector-snapshot/Cargo.toml
Normal file
@@ -0,0 +1,22 @@
|
||||
[package]
|
||||
name = "ruvector-snapshot"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
authors.workspace = true
|
||||
repository.workspace = true
|
||||
readme = "README.md"
|
||||
description = "Point-in-time snapshots and backup for Ruvector vector databases"
|
||||
|
||||
[dependencies]
|
||||
ruvector-core = { version = "2.0", path = "../ruvector-core" }
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
bincode = { workspace = true, features = ["serde"] }
|
||||
thiserror = { workspace = true }
|
||||
uuid = { workspace = true }
|
||||
chrono = { workspace = true, features = ["serde"] }
|
||||
flate2 = "1.0"
|
||||
sha2 = "0.10"
|
||||
tokio = { workspace = true, features = ["fs", "io-util"] }
|
||||
async-trait = "0.1"
|
||||
Reference in New Issue
Block a user