sapling/lib/treestate/Cargo.toml
Shu-Ting Tseng 21051a1380 hg: fix test-check-fix-code.t
Summary: This is the result from running `python ./contrib/fix-code.py $(hg files .)`.

Reviewed By: HarveyHunt

Differential Revision: D15121815

fbshipit-source-id: 994a44e155806252c57c0a3c9c448101d21c6b57
2019-04-29 08:05:56 -07:00

20 lines
394 B
TOML

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