1
0
mirror of https://github.com/pcvolkmer/checkbar.git synced 2025-07-02 14:22:54 +00:00

Move common check into trait with default implementation

This commit is contained in:
2023-01-15 03:30:57 +01:00
parent e46dcabb01
commit a76e3d8035
6 changed files with 47 additions and 22 deletions

View File

@ -6,6 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
async-trait = "0.1"
chrono = { version = "*", features = ["serde"] }
dirs = "4"
regex = "1.7"