Files
bitcoin-indexer/Cargo.toml
Ludo Galabru 8bb24beb9a fix: initial flow (#178)
* 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
2023-09-20 00:14:54 -04:00

9 lines
179 B
TOML

[workspace]
members = [
"components/ordhook-cli",
"components/ordhook-core",
"components/ordhook-sdk-js"
]
default-members = ["components/ordhook-cli"]
resolver = "2"