mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-21 23:34:48 -07:00
21 lines
567 B
TOML
21 lines
567 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
|
|
build = "build.rs"
|
|
|
|
[dependencies]
|
|
brk_error = { workspace = true }
|
|
brk_types = { workspace = true }
|
|
byteview6 = { version = "=0.6.1", package = "byteview" }
|
|
byteview8 = { version = "~0.8.0", package = "byteview" }
|
|
fjall2 = { workspace = true }
|
|
fjall3 = { workspace = true }
|
|
rustc-hash = { workspace = true }
|