From 2694c82d97005ca39f29f540e26249c18a21f6d6 Mon Sep 17 00:00:00 2001 From: mo khan Date: Wed, 18 Jun 2025 17:11:42 -0600 Subject: refactor: switch to a pure rust implementation --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 00000000..5d71a4ae --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "authzd" +version = "0.1.0" +edition = "2024" + +[dependencies] +envoy-types = "0.6.0" +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } +tonic = "*" -- cgit v1.2.3