From 2fd4440a4c9f1f933e0b0ae36cecedabc24f04a9 Mon Sep 17 00:00:00 2001 From: puffyCid <16283453+puffyCid@users.noreply.github.com> Date: Thu, 21 Nov 2024 23:53:45 -0500 Subject: [PATCH] added sunlight dependency --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index b29356e..ac6d3df 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,6 +16,7 @@ plist = "1.7.0" regex = "1.10.6" base64 = "0.22.1" chrono = "0.4.38" +sunlight = "0.1.0" [dev-dependencies] simplelog = "0.12.2"