added binary information in preparation for crates.io publish

This commit is contained in:
Valerie Wolfe 2024-02-19 21:17:48 -05:00
parent 12d4b66fa3
commit 5754c22e1a

View file

@ -8,7 +8,9 @@ homepage = "https://git.vwolfe.io/valerie/remux"
repository = "https://git.vwolfe.io/valerie/remux"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[[bin]]
name = "remux"
path = "src/main.rs"
[dependencies]
pico-args = { version = "0.5.0", features = [ "combined-flags", "eq-separator" ] }