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

16 lines
274 B
TOML
Raw Normal View History

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