cargo: update descriptions

This commit is contained in:
nym21
2025-02-24 00:43:50 +01:00
parent 2f93fd7c36
commit b09767c526
7 changed files with 7 additions and 6 deletions

View File

@@ -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

View File

@@ -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 }

View File

@@ -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 }

View File

@@ -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 }

View File

@@ -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 }

View File

@@ -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"]

View File

@@ -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 }