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:
John Doty 2022-12-20 07:20:16 -08:00
parent 57c01b0dd4
commit 528d616777
2 changed files with 18 additions and 0 deletions

View file

@ -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"