summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
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]