sapling/eden/scm/lib/workingcopy/Cargo.toml
Durham Goode 73a45b695b filesystem: add filesystem walking to PendingChanges
Summary:
The first phase of pending changes is inspecting the filesystem for
changes. This diff adds that logic.

Reviewed By: xavierd

Differential Revision: D20546909

fbshipit-source-id: 1c2c0fa7f700dbff4acfce4d5271b4472a13571f
2020-04-24 13:58:53 -07:00

17 lines
311 B
TOML

[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"
treestate = { path = "../treestate"}
types = { path = "../types" }
vfs = { path = "../vfs" }
[dev-dependencies]
tempfile = "3.0"