diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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 = "*" |
