diff options
| author | mo khan <mo@mokhan.ca> | 2025-06-18 15:42:31 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-06-18 15:42:31 -0600 |
| commit | cc238917b7e0267653455fab1f144ef2553c021c (patch) | |
| tree | f7692b4892dd43ce84654b067ef60b71928dc9a0 /Cargo.toml | |
| parent | f6d6904dac650e308b8c87e10c47302934442334 (diff) | |
chore: rename binaries
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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] |
