summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-06-18 16:40:49 -0600
committermo khan <mo@mokhan.ca>2025-06-18 16:40:49 -0600
commit60fa0c8126936b23f175181820592ab1fd55cd7c (patch)
treef09c9573d4513765a1038c541228d71336f93232 /Cargo.toml
parentf7d1396c5634e14a7aafdd5c8f6e644aca6e5fb0 (diff)
chore: simplify the projectHEADmain
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 = "*"