sapling/lib/treestate/Cargo.toml
Jun Wu e07e4a99a1 treestate: add a TreeState struct
Summary:
Unlike TreeDirstate, this struct does not have two trees, and uses
FileStateV2.

Reviewed By: markbt

Differential Revision: D7748826

fbshipit-source-id: e637fad64e6b3e9b2a122e26a29fd04014181d6b
2018-04-30 19:10:45 -07:00

17 lines
322 B
TOML

[package]
name = "treestate"
version = "0.1.0"
authors = ["Facebook Source Control Team <sourcecontrol-dev@fb.com>"]
[dependencies]
bitflags = "*"
byteorder = "*"
error-chain = "*"
twox-hash = "*"
vlqencoding = { version = "*", path = "../vlqencoding" }
[dev-dependencies]
itertools = "*"
quickcheck = "*"
tempdir = "*"