Files
brk/crates/brk_store/Cargo.toml
2026-02-23 17:22:12 +01:00

19 lines
481 B
TOML

[package]
name = "brk_store"
description = "A thin wrapper around fjall"
keywords = ["store", "fjall"]
categories = ["database"]
version.workspace = true
edition.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
exclude = ["examples/"]
[dependencies]
brk_error = { workspace = true, features = ["fjall"] }
brk_types = { workspace = true }
byteview = { workspace = true }
fjall = { workspace = true }
rustc-hash = { workspace = true }