From f08ef97f4894fde8feff08bb91bed1e1c1105b83 Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 19 Jun 2025 11:40:27 -0600 Subject: test: add tests --- Cargo.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index fc79f61b..a13b9464 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,9 +3,21 @@ name = "authzd" version = "0.1.0" edition = "2024" +[[bin]] +name = "authzd" +path = "src/main.rs" + +[lib] +name = "authzd" +path = "src/lib.rs" + [dependencies] envoy-types = "0.6.0" tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } tonic = "*" tonic-health = "0.13.1" tonic-reflection = "0.13.1" + +[dev-dependencies] +tokio-test = "0.4" +tonic-build = "0.10" -- cgit v1.2.3