mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 06:39:58 -07:00
21 lines
561 B
TOML
21 lines
561 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
|
|
build = "build.rs"
|
|
keywords = ["bitcoin", "blockchain", "analytics", "on-chain"]
|
|
categories = ["api-bindings", "cryptography::cryptocurrencies"]
|
|
|
|
[dependencies]
|
|
brk_cohort = { workspace = true }
|
|
brk_types = { workspace = true }
|
|
minreq = { workspace = true }
|
|
serde = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
serde_json = { workspace = true }
|