1
0
Fork 0
mirror of https://github.com/romanz/electrs.git synced 2025-02-25 07:17:41 +01:00
electrs/Cargo.toml

24 lines
383 B
TOML
Raw Normal View History

2018-04-08 23:48:55 +03:00
[package]
name = "indexrs"
version = "0.1.0"
authors = ["Roman Zeyde <me@romanzey.de>"]
[dependencies]
argparse = "0.2"
arrayref = "0.3"
base64 = "0.9"
bincode = "1.0"
2018-05-16 21:53:18 +03:00
bitcoin = "0.13"
crossbeam = "0.3"
2018-04-25 22:44:36 +03:00
error-chain = "0.11"
hex = "0.3"
2018-04-08 23:48:55 +03:00
log = "0.4"
pbr = "1.0"
rocksdb = "0.10"
rust-crypto = "0.2"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
simplelog = "0.5"
time = "0.1"