From bb20c21242b6bdb54dcb31ce837152e1b3ee6ff1 Mon Sep 17 00:00:00 2001 From: wadii Date: Wed, 26 Nov 2025 13:42:34 +0100 Subject: [PATCH] feat: added-flagsmith-rust-provider Signed-off-by: wadii --- src/datasets/providers/flagsmith.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/datasets/providers/flagsmith.ts b/src/datasets/providers/flagsmith.ts index e7621446d..f379bde98 100644 --- a/src/datasets/providers/flagsmith.ts +++ b/src/datasets/providers/flagsmith.ts @@ -41,5 +41,11 @@ export const Flagsmith: Provider = { href: 'https://github.com/Flagsmith/flagsmith-openfeature-provider-python', category: ['Server'], }, + { + technology: 'Rust', + vendorOfficial: true, + href: 'TBD', + category: ['Server'], + }, ], };