Skip to content

Commit 3bb331d

Browse files
committed
Use electrs as default run
By doing so simply `cargo run` launch the server, while now it is required `cargo run --bin electrs`
1 parent 891426a commit 3bb331d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ keywords = ["bitcoin", "electrum", "server", "index", "database"]
1010
documentation = "https://docs.rs/electrs/"
1111
readme = "README.md"
1212
edition = "2018"
13+
default-run = "electrs"
1314

1415
[features]
1516
liquid = ["elements"]

0 commit comments

Comments
 (0)