From 5754c22e1a924e7a089719e9567602b82e5f4614 Mon Sep 17 00:00:00 2001 From: Valerie Date: Mon, 19 Feb 2024 21:17:48 -0500 Subject: [PATCH] added binary information in preparation for crates.io publish --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4dd9bbc..f532f3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" ] }