sapling/lib/workingcopy/Cargo.toml
Carolyn Busch 0304c45a44 workingcopy: initial walk implementation
Summary: Rewrite walk function from D17099990 for hg status in rust

Reviewed By: xavierd

Differential Revision: D17175006

fbshipit-source-id: f7cbdccc5a8f6693df5fad670b57ee494d1239dd
2019-09-19 10:14:24 -07:00

13 lines
207 B
TOML

[package]
name = "workingcopy"
version = "0.1.0"
edition = "2018"
[dependencies]
failure = "0.1.3"
pathmatcher = { path = "../pathmatcher"}
types = { path = "../types"}
[dev-dependencies]
tempfile = "3.0"