mirror of
https://github.com/alexgo-io/bitcoin-indexer.git
synced 2026-04-29 04:05:04 +08:00
* chore: update chainhook-sdk + cascade changes * fix: update archive url * feat: only create rocksdb if sqlite present * fix: use crossbeam channel instead of std * fix: improve error message * doc: update README * fix: build warnings * fix: block_archiving expiration * fix: archive url * fix: read content len from http header * chore: untar sqlite file * chore: bump versions
9 lines
179 B
TOML
9 lines
179 B
TOML
[workspace]
|
|
members = [
|
|
"components/ordhook-cli",
|
|
"components/ordhook-core",
|
|
"components/ordhook-sdk-js"
|
|
]
|
|
default-members = ["components/ordhook-cli"]
|
|
resolver = "2"
|