From f9dbc0db0137352ffc3b41ff4ed8125c25696bf7 Mon Sep 17 00:00:00 2001 From: Joscha Date: Thu, 23 Dec 2021 17:02:41 +0000 Subject: [PATCH] Format Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7a46abe..8f8292a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] chrono = "0.4.19" -colored="2.0.0" +colored = "2.0.0" computus = "1.0.0" directories = "4.0.1" pest = "2.1.3"