mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-02 02:20:00 -07:00
21 lines
514 B
TOML
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 }
|