summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 1 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9c19c33..e0548be 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,16 +4,11 @@ version = "0.1.0"
edition = "2024"
[[bin]]
-name = "authzd-server"
+name = "authzd"
path = "src/server.rs"
-[[bin]]
-name = "authzd-client"
-path = "src/client.rs"
-
[dependencies]
envoy-types = "0.6.0"
-prost = "0.13"
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
tonic = "*"