sapling/eden/mononoke/derived_data/mercurial_derived_data/Cargo.toml
Lukas Piatkowski bf34f084d0 mononoke: make blobrepo and its dependencies OSS buildable
Reviewed By: markbt

Differential Revision: D20495840

fbshipit-source-id: 3bbefae1923dc84e3daea158a24c0d2a802cc9a9
2020-03-31 04:02:45 -07:00

22 lines
582 B
TOML

[package]
name = "mercurial_derived_data"
edition = "2018"
version = "0.1.0"
authors = ['Facebook']
license = "GPLv2+"
include = ["*.rs"]
[lib]
path = "lib.rs"
[dependencies]
blobrepo = { path = "../../blobrepo" }
bonsai_hg_mapping = { path = "../../bonsai_hg_mapping" }
context = { path = "../../server/context" }
derived_data = { path = ".." }
mercurial_types = { path = "../../mercurial/types" }
mononoke_types = { path = "../../mononoke_types" }
futures_ext = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
anyhow = "1.0"
futures = "0.1"