redox/recipes/wip/net/server/electrs/recipe.toml

14 lines
303 B
TOML

#TODO not compiled or tested
# build instructions: https://github.com/romanz/electrs/blob/master/doc/install.md
[source]
git = "https://github.com/romanz/electrs"
shallow_clone = true
[build]
template = "cargo"
dependencies = ["rocksdb"]
[package]
dependencies = [
"bitcoin-core",
"electrum",
]