From 47abba8a990a25290f90b6ea1c6523a492b39ec4 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Sat, 10 Jan 2026 20:32:25 -0300 Subject: [PATCH] chore: remove unused askama dependencies - Removed askama and askama_axum from Cargo.toml - Deleted askama.toml configuration file - botui serves static HTML files directly, no template engine needed --- Cargo.toml | 2 - TASKS.md | 123 ---------------------------------------------------- TODO.md | 68 ----------------------------- askama.toml | 9 ---- 4 files changed, 202 deletions(-) delete mode 100644 TASKS.md delete mode 100644 TODO.md delete mode 100644 askama.toml diff --git a/Cargo.toml b/Cargo.toml index 468217e..21e71f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,8 +18,6 @@ ui-server = [] [dependencies] anyhow = "1.0" -askama = "0.12" -askama_axum = "0.4" async-trait = "0.1" axum = { version = "0.7.5", features = ["ws", "multipart", "macros"] } base64 = "0.22" diff --git a/TASKS.md b/TASKS.md deleted file mode 100644 index ccbacf8..0000000 --- a/TASKS.md +++ /dev/null @@ -1,123 +0,0 @@ -# BotUI CSS/JS Extraction Tasks - -## Overview -This document lists ALL HTML files in `botui/ui/suite` that contain inline `