From cda05026d8a8751897644dc4e64d1f88446bb688 Mon Sep 17 00:00:00 2001 From: Ben Letchford Date: Mon, 28 Apr 2025 20:55:14 +1000 Subject: [PATCH] feat: add Buup to awesome list --- awesome.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/awesome.json b/awesome.json index 9765958..761af0f 100644 --- a/awesome.json +++ b/awesome.json @@ -1,4 +1,15 @@ [ + { + "name": "Buup", + "description": "Versatile text utility belt (encoding, decoding, formatting, crypto) with a pure Rust core, CLI, and Dioxus Web UI.", + "type": "MadeWith", + "category": "App", + "github": { + "username": "benletchford", + "repo": "buup" + }, + "link": "https://buup.io" + }, { "name": "daisy-rsx", "description": "A Dioxus version of the Daisy UI components.",