sapling/eden/mononoke/blobrepo/blobsync/Cargo.toml
Pavel Aslanov 70bfc4abd0 convret to new type futures
Summary: convert blobrepo:blobrepo_common to new type futures

Reviewed By: StanislavGlebik

Differential Revision: D25245426

fbshipit-source-id: d3db0e417545b2b0043e48a536737586005ac4bb
2020-12-03 07:15:04 -08:00

26 lines
932 B
TOML

[package]
name = "blobsync"
edition = "2018"
version = "0.1.0"
authors = ['Facebook']
license = "GPLv2+"
include = ["src/**/*.rs"]
[dependencies]
blobstore = { path = "../../blobstore" }
context = { path = "../../server/context" }
filestore = { path = "../../filestore" }
mononoke_types = { path = "../../mononoke_types" }
repo_blobstore = { path = "../repo_blobstore" }
anyhow = "1.0"
[dev-dependencies]
memblob = { path = "../../blobstore/memblob" }
redactedblobstore = { path = "../../blobstore/redactedblobstore" }
scuba_ext = { path = "../../common/scuba_ext" }
borrowed = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
fbinit = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
bytes = { version = "0.5", features = ["serde"] }
futures = { version = "0.3.5", features = ["async-await", "compat"] }
tokio = { version = "=0.2.13", features = ["full"] }