mirror of
https://github.com/romanz/electrs.git
synced 2025-02-23 22:56:55 +01:00
Prepare v0.1.0 release
This commit is contained in:
parent
b421df8c10
commit
7a170c6e11
1 changed files with 7 additions and 0 deletions
|
@ -2,6 +2,13 @@
|
|||
name = "electrs"
|
||||
version = "0.1.0"
|
||||
authors = ["Roman Zeyde <me@romanzey.de>"]
|
||||
description = "An efficient re-implementation of Electrum Server in Rust"
|
||||
license = "MIT"
|
||||
homepage = "https://github.com/romanz/electrs"
|
||||
repository = "https://github.com/romanz/electrs"
|
||||
keywords = ["bitcoin", "electrum", "server", "index", "database"]
|
||||
documentation = "https://docs.rs/electrs/"
|
||||
readme = "README.md"
|
||||
|
||||
[dependencies]
|
||||
arrayref = "0.3"
|
||||
|
|
Loading…
Add table
Reference in a new issue