Files
brk/crates/brk_store/Cargo.toml
2025-09-14 23:13:18 +02:00

21 lines
514 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
rust-version.workspace = true
build = "build.rs"
[dependencies]
brk_error = { workspace = true }
brk_structs = { workspace = true }
byteview = { workspace = true }
fjall = { workspace = true }
log = { workspace = true }
parking_lot = { workspace = true }