mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-25 07:09:59 -07:00
19 lines
546 B
TOML
19 lines
546 B
TOML
[package]
|
|
name = "brk_client"
|
|
description = "Rust client for the Bitcoin Research Kit API"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
keywords = ["bitcoin", "blockchain", "analytics", "on-chain"]
|
|
categories = ["api-bindings", "cryptography::cryptocurrencies"]
|
|
exclude = ["examples/"]
|
|
|
|
[dependencies]
|
|
brk_cohort = { workspace = true }
|
|
brk_types = { workspace = true }
|
|
minreq = { workspace = true }
|
|
serde = { workspace = true }
|
|
serde_json = { workspace = true }
|