mirror of
https://github.com/alexgo-io/bitcoin-indexer.git
synced 2026-01-12 08:34:17 +08:00
* zmq after chain tip * some progress * block pool advance * runloop finished * renames * runs first time * log levels * start connecting runes * compress block opt * remove dead code * remove dead code chainhook sdk * remove ordhook dead code * rollback install * auto fmt * clippy fixes * fmt * rollback chain tip * api test * api metrics fix * rename * standard logs * ordinals start chain tip * chain tips * ci * clippy * fix tests * remove dead code
14 lines
267 B
TOML
14 lines
267 B
TOML
[package]
|
|
name = "ord"
|
|
version = "0.22.2"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = { version = "1.0.56", features = ["backtrace"] }
|
|
bitcoin = { workspace = true }
|
|
bitcoind = { path = "../bitcoind" }
|
|
ciborium = "0.2.1"
|
|
serde = "1"
|
|
serde_derive = "1"
|
|
serde_json = "1"
|