sapling/lib/treestate/Cargo.toml

18 lines
355 B
TOML
Raw Normal View History

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