Files
bitcoin-indexer/Cargo.toml
Rafael Cárdenas fd2a8496e3 feat(runes): add runes indexer (#453)
* rename ordhook-cli to cli

* rename ordhook-cli

* update configs

* update config to future support runehook integration

* new code

* add ci

* files

* standard

* add files

* rename binary to bitcoin-indexer and commands to ordinals from ordhook

* config component

* integration

* runes build

* fix runes

* indexer toml

* add runes tests to ci

* rename dockerfile

* fix: doctest

---------

Co-authored-by: ASuciuX <asuciu@hiro.so>
2025-02-28 13:22:27 -06:00

25 lines
587 B
TOML

[workspace]
members = [
"components/chainhook-sdk",
"components/chainhook-postgres",
"components/chainhook-types-rs",
"components/cli",
"components/config",
"components/ordhook-core",
"components/ord",
"components/runes",
]
default-members = ["components/cli"]
resolver = "2"
[workspace.dependencies]
bitcoin = "0.32.5"
deadpool-postgres = "0.14.0"
hiro-system-kit = "0.3.4"
refinery = { version = "0.8", features = ["tokio-postgres"] }
tokio = { version = "1.38.1", features = ["full"] }
tokio-postgres = "0.7.10"
[workspace.package]
version = "2.2.5"