mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-25 15:19:58 -07:00
19 lines
481 B
TOML
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 }
|