mirror of
https://github.com/alexgo-io/bitcoin-indexer.git
synced 2026-04-30 04:35:04 +08:00
* 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>
25 lines
587 B
TOML
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"
|