sapling/lib/treestate/Cargo.toml
Jun Wu a2e7d1cfe3 treestate: implement Rand for FileStateV2
Summary: This will be used in tests.

Differential Revision: D7769655

fbshipit-source-id: 27647685848c03f56740f49361dd286abdef8e33
2018-05-10 16:40:25 -07:00

18 lines
333 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 = "*"
rand = "*"
tempdir = "*"