sapling/eden/mononoke/reachabilityindex/Cargo.toml
Pavel Aslanov 337bab2744 convert to new type futures
Summary: Convert `ChangesetFetcher` to new type futures

Reviewed By: StanislavGlebik

Differential Revision: D25244213

fbshipit-source-id: 4207386d81397a930a566db008019bb8f31bf602
2020-12-02 15:40:12 -08:00

20 lines
494 B
TOML

[package]
name = "reachabilityindex"
edition = "2018"
version = "0.1.0"
authors = ['Facebook']
license = "GPLv2+"
include = ["src/**/*.rs"]
[dependencies]
blobrepo_errors = { path = "../blobrepo/errors" }
changeset_fetcher = { path = "../blobrepo/changeset_fetcher" }
context = { path = "../server/context" }
mononoke_types = { path = "../mononoke_types" }
uniqueheap = { path = "../common/uniqueheap" }
anyhow = "1.0"
async-trait = "0.1.29"
auto_impl = "0.4"
maplit = "1.0"
thiserror = "1.0"