mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 06:39:58 -07:00
24 lines
615 B
TOML
24 lines
615 B
TOML
[package]
|
|
name = "brk_interface"
|
|
description = "An interface to find and format data from BRK"
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
version.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
rust-version.workspace = true
|
|
build = "build.rs"
|
|
|
|
[dependencies]
|
|
brk_computer = { workspace = true }
|
|
brk_error = { workspace = true }
|
|
brk_indexer = { workspace = true }
|
|
brk_structs = { workspace = true }
|
|
vecdb = { workspace = true }
|
|
derive_deref = { workspace = true }
|
|
schemars = "1.0.4"
|
|
serde = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
serde_with = "3.14.0"
|
|
tabled = "0.20.0"
|