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