sapling/mercurial/Cargo.toml
Jeremy Fitzhardinge b4f0a1e7ce tp2: update rust-crates-io
Summary:
Add libnfs, libffi and starlark.

Also nom now has "verbose-errors" feature (via bindgen -> cexpr -> nom), so make some tweaks to cope.

Reviewed By: farnz

Differential Revision: D10371391

fbshipit-source-id: ba889ad16a7b662c5eddafcb1e705b068ccc9af7
2018-10-15 23:08:01 -07:00

20 lines
447 B
TOML

[package]
name = "mercurial"
version = "0.0.1"
authors = ["Facebook"]
license = "GPLv2+"
[dependencies]
error-chain = "0.11.0"
futures = "0.1.17"
itertools = "0.7.2"
lz4 = "1.22.0"
memmap = "0.6.1"
nom = { version="3.2.1", features=["verbose-errors"] }
time = "0.1.38"
bookmarks = { path = "../bookmarks" }
futures-ext = { path = "../futures-ext" }
mercurial-types = { path = "../mercurial-types" }
storage-types = { path = "../storage/types" }