sapling/lib/treestate/Cargo.toml

18 lines
333 B
TOML
Raw Normal View History

[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 = "*"