diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-11 13:00:50 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-11 13:00:50 -0600 |
| commit | 7659e433eb73e1f33ddac49537bfa5dfaa124875 (patch) | |
| tree | d6c90f4c82b02ded848531c0a08124f1551fd957 /Cargo.toml | |
| parent | ef572ae666732e87a35417710669ce88233a754a (diff) | |
refactor: merge the server and cli into a single binary
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -5,10 +5,6 @@ edition = "2024" [[bin]] name = "authzd" -path = "src/main.rs" - -[[bin]] -name = "cli" path = "src/bin/cli.rs" [lib] |
