[package] name = "workingcopy" version = "0.1.0" edition = "2018" [dependencies] anyhow = "1.0.20" pathmatcher = { path = "../pathmatcher"} thiserror = "1.0.5" types = { path = "../types"} [dev-dependencies] tempfile = "3.0"