[package] name = "treestate" version = "0.1.1" authors = ["Kaspar Schleiser "] edition = "2018" description = "A simple library to store mtimes of files and check for changes later" repository = "https://github.com/kaspar030/treestate" homepage = "https://github.com/kaspar030/treestate" license = "MIT OR Apache-2.0" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bincode = "1.3.3" rayon = "1.8.1" serde = { version = "1.0.195", features = ["derive"] } [dev-dependencies] utime = "0.3.1"