1
0
mirror of https://github.com/pcvolkmer/checkbar.git synced 2025-07-02 06:22:53 +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

12
Cargo.lock generated
View File

@ -20,6 +20,17 @@ dependencies = [
"libc",
]
[[package]]
name = "async-trait"
version = "0.1.61"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "705339e0e4a9690e2908d2b3d049d85682cf19fbd5782494498fbf7003a6a282"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "autocfg"
version = "1.1.0"
@ -66,6 +77,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
name = "checkbar"
version = "0.1.0"
dependencies = [
"async-trait",
"chrono",
"dirs",
"regex",