mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-04 02:28:45 +08:00
14 lines
303 B
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",
|
|
]
|