From 21b8267dcb071935f3ec53998388a42b77729dd0 Mon Sep 17 00:00:00 2001 From: Andrew Phillips Date: Tue, 2 Sep 2025 17:26:54 -0300 Subject: [PATCH] build: Add strip-ansi-escapes dependency --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 90f6cdf..79aa36f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,6 +64,7 @@ utoipa-swagger-ui = { version = "9.0.2", features = ["axum"] } uzers = "0.12.1" which = "8.0.0" xdg = "2.5.2" +strip-ansi-escapes = "0.2.1" [dev-dependencies] tempfile = "3.3.0"