Single binary for browsing
Some systems require a single binary for the BROWSER variable, and rather than muck about with shell scripts we have this small thing instead.
This commit is contained in:
parent
57c01b0dd4
commit
528d616777
2 changed files with 18 additions and 0 deletions
|
|
@ -8,6 +8,11 @@ homepage = "https://github.com/DeCarabas/fwd"
|
|||
repository = "https://github.com/DeCarabas/fwd"
|
||||
readme = "README.md"
|
||||
|
||||
[[bin]]
|
||||
name = "fwd-browse"
|
||||
test = false
|
||||
bench = false
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
bytes = "1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue