aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e8b6c59..53b4189 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2021"
6# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 6# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7 7
8[dependencies] 8[dependencies]
9chrono = "0.4.33" 9chrono = "0.4.34"
10clap = { version = "4.5.0", features = ["env", "derive"] } 10clap = { version = "4.5.0", features = ["env", "derive"] }
11color-eyre = "0.6.2" 11color-eyre = "0.6.2"
12cron = "0.12.0" 12cron = "0.12.0"