sapling/mercurial/Cargo.toml
Greg Cowan 041770b090 Transition fbcode Rust crates to 2018 edition
Summary: Marking all Cargo.tomls in fbcode as 2018 edition.

Reviewed By: jsgf

Differential Revision: D15951175

fbshipit-source-id: edf18449c214ee1ff285d6a2cb61839aaf58a8cd
2019-06-24 13:15:17 -07:00

21 lines
464 B
TOML

[package]
name = "mercurial"
version = "0.0.1"
authors = ["Facebook"]
license = "GPLv2+"
edition = "2018"
[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" }