sapling/lib/treestate/Cargo.toml
Stefan Filip 2d6e900d12 Update itertools version in lib/treestate
Summary: TP2 version for itertools was updated to 0.8.

Reviewed By: singhsrb

Differential Revision: D14008855

fbshipit-source-id: 081a43c5b02cd39c6a0a6b491bfa0767ddf0b7ed
2019-02-08 11:49:54 -08:00

18 lines
355 B
TOML

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