From 7a170c6e1153cabb4f3508f8f6a96ba9a0740faf Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Mon, 2 Jul 2018 12:32:42 +0300 Subject: [PATCH] Prepare v0.1.0 release --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index a610387..45043b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,13 @@ name = "electrs" version = "0.1.0" authors = ["Roman Zeyde "] +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"