indexer: update readme

This commit is contained in:
nym21
2025-02-19 10:56:07 +01:00
parent 15f2e05192
commit 2cb4d65f3d
9 changed files with 37 additions and 25 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "bindex"
description = "A bitcoin-core indexer"
description = "A bitcoin-core indexer built on top of biter"
version = "0.1.0"
edition = "2021"
@@ -15,7 +15,7 @@ jiff = { workspace = true }
logger = { workspace = true }
rapidhash = "1.3.0"
rayon = { workspace = true }
rlimit = { workspace = true }
rlimit = { version = "0.10.2" }
serde = { workspace = true }
serde_bytes = "0.11.15"
storable_vec = { workspace = true }