From c91506f0c9424524cff0879f5a9d48a412fbbe57 Mon Sep 17 00:00:00 2001 From: glyph Date: Thu, 4 Nov 2021 16:57:48 +0200 Subject: [PATCH] add dirs dependency --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index d8a2700..b3b92c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,4 +10,5 @@ readme = "README.md" license = "AGPL-3.0-only" [dependencies] +dirs = "4.0.0" regex = "1.5.4"