From 88f57258724def486aa973273804ecc0c02d9609 Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Tue, 5 Jan 2021 12:54:21 -0800 Subject: [PATCH] Prep for publishing to crates.io, rename bin to bdk-cli --- Cargo.toml | 14 ++++++++++---- README.md | 8 ++++---- src/{repl.rs => bdk_cli.rs} | 2 +- src/lib.rs | 26 +++++++++++++------------- 4 files changed, 28 insertions(+), 22 deletions(-) rename src/{repl.rs => bdk_cli.rs} (98%) diff --git a/Cargo.toml b/Cargo.toml index 110f73e..a49e43e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,14 @@ name = "bdk-cli" version = "0.1.0" edition = "2018" -authors = ["Alekos Filini ", "Riccardo Casatta "] +authors = ["Alekos Filini ", "Riccardo Casatta ", "Steve Myers