[package] name = "dasher" version = "0.3.3" authors = ["Jonas A. Hultén "] repository = "https://github.com/DrSLDR/dasher" homepage = "https://github.com/DrSLDR/dasher" license = "Apache-2.0 OR MIT" description = "Utility for reducing a whole directory tree to a single hash digest" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "^1.0" sha3 = "^0.10" walkdir = "^2.3" [dev-dependencies] hex-literal = "^0.3"