mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-25 07:09:59 -07:00
20 lines
519 B
TOML
20 lines
519 B
TOML
[package]
|
|
name = "brk_query"
|
|
description = "A library that finds requested datasets"
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
version.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
brk_computer = { workspace = true }
|
|
brk_indexer = { workspace = true }
|
|
brk_vec = { workspace = true }
|
|
clap = { workspace = true }
|
|
color-eyre = { workspace = true }
|
|
derive_deref = { workspace = true }
|
|
serde = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
serde_with = "3.12.0"
|
|
tabled = { workspace = true }
|