From 96b69c9e7323fc7719a5e5d679f739dd65c4110d Mon Sep 17 00:00:00 2001 From: Riccardo Casatta Date: Mon, 23 Sep 2024 15:38:45 +0200 Subject: [PATCH] Use `electrs` as default run By doing so simply `cargo run` launch the server, while now it is required `cargo run --bin electrs` --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index a55aadb19..adc0e6ef9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ repository = "https://github.com/romanz/electrs" keywords = ["bitcoin", "electrum", "server", "index", "database"] documentation = "https://docs.rs/electrs/" readme = "README.md" +default-run = "electrs" [dependencies] arrayref = "0.3"