[package] name = "dirty-tracker" version = "0.3.0" authors = ["Jelmer Vernooij "] edition = "2018" description = "Track which files have changed" license = "Apache-2.0" repository = "https://github.com/jelmer/dirty-tracker-rs.git" homepage = "https://github.com/jelmer/dirty-tracker-rs" [dependencies] notify = "6" tempfile = "3" [dev-dependencies] maplit = "1.0.2" tempfile = "3"