diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |