global: cargo update

This commit is contained in:
nym21
2025-02-26 10:45:00 +01:00
parent bb61b3dc22
commit 34923638c5
10 changed files with 37 additions and 28 deletions
+4 -4
View File
@@ -1,12 +1,12 @@
[package]
name = "brk_parser"
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"]
version = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
[dependencies]
bitcoin = { workspace = true }