summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-07-11 13:59:08 -0600
committermo khan <mo@mokhan.ca>2025-07-11 13:59:08 -0600
commit7eab1fc010c04c76f60a8dd4d8a72572ddd2785a (patch)
treeaf95f171952b7ce557904bd925932365542bc22f /Cargo.toml
parentef572ae666732e87a35417710669ce88233a754a (diff)
parente7015c080181eba17296d0dc678b0e5578fadc15 (diff)
Merge branch 'cli' into 'main'
Merge server and cli binaries into one See merge request gitlab-org/software-supply-chain-security/authorization/authzd!8
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]