added binary information in preparation for crates.io publish
This commit is contained in:
parent
12d4b66fa3
commit
5754c22e1a
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,9 @@ homepage = "https://git.vwolfe.io/valerie/remux"
|
||||||
repository = "https://git.vwolfe.io/valerie/remux"
|
repository = "https://git.vwolfe.io/valerie/remux"
|
||||||
license = "MIT"
|
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]
|
[dependencies]
|
||||||
pico-args = { version = "0.5.0", features = [ "combined-flags", "eq-separator" ] }
|
pico-args = { version = "0.5.0", features = [ "combined-flags", "eq-separator" ] }
|
||||||
|
|
Loading…
Reference in a new issue