summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-07-11 13:00:50 -0600
committermo khan <mo@mokhan.ca>2025-07-11 13:00:50 -0600
commit7659e433eb73e1f33ddac49537bfa5dfaa124875 (patch)
treed6c90f4c82b02ded848531c0a08124f1551fd957 /Cargo.toml
parentef572ae666732e87a35417710669ce88233a754a (diff)
refactor: merge the server and cli into a single binary
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7c4ae3d0..c99f5625 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,10 +5,6 @@ edition = "2024"
[[bin]]
name = "authzd"
-path = "src/main.rs"
-
-[[bin]]
-name = "cli"
path = "src/bin/cli.rs"
[lib]