sapling/eden/mononoke/blobstore/prefixblob/Cargo.toml

22 lines
598 B
TOML
Raw Normal View History

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