From cc238917b7e0267653455fab1f144ef2553c021c Mon Sep 17 00:00:00 2001 From: mo khan Date: Wed, 18 Jun 2025 15:42:31 -0600 Subject: chore: rename binaries --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c754359..2cf2463 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,11 +4,11 @@ version = "0.1.0" edition = "2024" [[bin]] -name = "helloworld-server" +name = "authzd-server" path = "src/server.rs" [[bin]] -name = "helloworld-client" +name = "authzd-client" path = "src/client.rs" [dependencies] -- cgit v1.2.3