mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 06:39:58 -07:00
cargo: update descriptions
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
[package]
|
||||
name = "brk"
|
||||
description = "The Bitcoin Research Kit is a suite of tools designed to help you extract, explore and analyze the data stored from your node"
|
||||
license.workspace = true
|
||||
edition.workspace = true
|
||||
version.workspace = true
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "brk_cli"
|
||||
description = "A command line interface to run berver"
|
||||
description = "A command line interface to interact with the Bitcoin Research Kit"
|
||||
version = { workspace = true }
|
||||
edition = { workspace = true }
|
||||
license = { workspace = true }
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "brk_fetcher"
|
||||
description = "A bitcoin price fetcher built on top of brk_indexer"
|
||||
description = "A Bitcoin price fetcher built on top of brk_indexer"
|
||||
version = { workspace = true }
|
||||
edition = { workspace = true }
|
||||
license = { workspace = true }
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "brk_indexer"
|
||||
description = "A bitcoin-core indexer built on top of brk_parser"
|
||||
description = "A Bitcoin Core indexer built on top of brk_parser"
|
||||
version = { workspace = true }
|
||||
edition = { workspace = true }
|
||||
license = { workspace = true }
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "brk_logger"
|
||||
description = "A clean logger"
|
||||
description = "A clean logger used in the Bitcoin Research Kit"
|
||||
version = { workspace = true }
|
||||
edition = { workspace = true }
|
||||
license = { workspace = true }
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "brk_parser"
|
||||
description = "A very fast Bitcoin block iterator built on top of bitcoin-rust"
|
||||
description = "A very fast Bitcoin Core block parser and iterator built on top of bitcoin-rust"
|
||||
repository = "https://github.com/kibo-money/kibo/tree/main/src/crates/biter"
|
||||
keywords = ["bitcoin", "block", "iterator"]
|
||||
categories = ["cryptography::cryptocurrencies", "encoding"]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "brk_server"
|
||||
description = "A Bitcoin data server built on top of bindexer, bricer and bomputer"
|
||||
description = "A server that serves Bitcoin data and swappable front-ends, built on top of brk_indexer, brk_fetcher and brk_computer"
|
||||
version = { workspace = true }
|
||||
edition = { workspace = true }
|
||||
license = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user