aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c8603df..bebcef2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,3 +16,6 @@ evtclib = "0.3.3"
reqwest = { version = "0.10.6", features = ["json"] }
serde = "1.0.111"
chrono = "0.4.11"
+notify = "4.0.15"
+regex = "1.3.9"
+zip = "0.5.5"