forked from brummer-simon/reachable
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b902fa9
commit fe4d715
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[workspace.package] | ||
version = "0.0.48" | ||
version = "0.0.49" | ||
edition = "2021" | ||
authors = ["RandyMcMillan <[email protected]>"] | ||
description = "mempool.space api interface." | ||
|
@@ -30,12 +30,12 @@ path = "src/bin/mempool-space.rs" | |
doc = true | ||
|
||
[[bin]] | ||
name = "lightning-search-dashboard" | ||
name = "lightning-search_dashboard" | ||
path = "src/bin/lightning-search_dashboard/src/main.rs" | ||
doc = true | ||
|
||
[[bin]] | ||
name = "mempool-space-dashboard" | ||
name = "mempool-space_dashboard" | ||
path = "src/bin/mempool-space_dashboard/src/main.rs" | ||
doc = true | ||
|
||
|
@@ -116,7 +116,7 @@ cargo-dist-version = "0.21.1" | |
# CI backends to support | ||
ci = "github" | ||
# The installers to generate for each app | ||
installers = ["shell", "powershell", "homebrew", "msi"] | ||
installers = ["shell", "powershell", "homebrew"] | ||
# A GitHub repo to push Homebrew formulas to | ||
tap = "randymcmillan/homebrew-randymcmillan" | ||
# Target platforms to build apps for (Rust target-triple syntax) | ||
|