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