mirror of
https://github.com/romanz/electrs.git
synced 2024-11-19 18:10:51 +01:00
14 lines
228 B
TOML
14 lines
228 B
TOML
[package]
|
|
name = "electrs_query"
|
|
version = "0.1.0"
|
|
authors = ["Roman Zeyde <me@romanzey.de>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
log = "0.4"
|
|
rayon = "1.3"
|
|
libc = "0.2"
|
|
|
|
electrs_index = { path = "../electrs_index" }
|