From 60fa0c8126936b23f175181820592ab1fd55cd7c Mon Sep 17 00:00:00 2001 From: mo khan Date: Wed, 18 Jun 2025 16:40:49 -0600 Subject: chore: simplify the project --- Cargo.toml | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Cargo.toml') 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 = "*" -- cgit v1.2.3