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

14 lines
227 B
TOML
Raw Normal View History

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