From 3bb331d148ddf8272bbc862778f35a42effa5721 Mon Sep 17 00:00:00 2001 From: Riccardo Casatta Date: Mon, 23 Sep 2024 15:49:25 +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 6bae3b716..ef8ed6fb1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ keywords = ["bitcoin", "electrum", "server", "index", "database"] documentation = "https://docs.rs/electrs/" readme = "README.md" edition = "2018" +default-run = "electrs" [features] liquid = ["elements"]