sapling/eden/scm/lib/nodemap/Cargo.toml

17 lines
396 B
TOML
Raw Normal View History

[package]
name = "nodemap"
version = "0.1.0"
authors = ["Facebook Source Control Team <sourcecontrol-dev@fb.com>"]
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"] }