[package] name = "nodemap" version = "0.1.0" authors = ["Facebook Source Control Team "] edition = "2018" [dependencies] failure = "0.1.3" indexedlog = { path = "../indexedlog" } types = { path = "../types" } [dev-dependencies] quickcheck = "0.6" tempfile = "3.0.5" types = { path = "../types", default-features = false, features = ["for-tests"] }