Added filetime crate to handle file handle times
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user