[package] name = "dirhash" version = "0.2.0" authors = ["Nixon "] edition = "2018" license = "MIT" description = "Take a hash of a folder to see if it's changes" [dependencies] walkdir= "2.2.7" seahash = "3.0.6"