From d1c3629d5e71187cfd198f3897fbc23391ac76e2 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 30 Jul 2021 18:32:46 +0100 Subject: [PATCH] rename client binary Signed-off-by: Ian Jackson --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 4037659..59a4cf8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,10 @@ description="Asinine HTTP-over-IP" [workspace] members = ["macros"] +[[bin]] +name="hippotat" +path="src/bin/client.rs" + [dependencies] hippotat-macros = { path = "macros" } -- 2.30.2