Added filetime crate to handle file handle times

This commit is contained in:
Gregory Ballantine
2023-01-25 10:06:05 -05:00
parent 6da120f632
commit f3552f3af1
2 changed files with 15 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ authors = ["Gregory Ballantine <gballantine@bitgoblin.tech>"]
[dependencies]
clap = { version = "3.2", features = ['derive'] }
config = { version = "0.13", features = ['toml'] }
filetime = "0.2"
log = "0.4"
log4rs = "1.1"
toml = "0.5"