diff options
| author | mo khan <mo@mokhan.ca> | 2025-06-18 16:40:49 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-06-18 16:40:49 -0600 |
| commit | 60fa0c8126936b23f175181820592ab1fd55cd7c (patch) | |
| tree | f09c9573d4513765a1038c541228d71336f93232 /Cargo.toml | |
| parent | f7d1396c5634e14a7aafdd5c8f6e644aca6e5fb0 (diff) | |
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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 = "*" |
