sapling/blobstore/Cargo.toml
Simon Farnsworth cc1454d333 Restore cachelib blob caching
Summary: Reverts D8989404 so that we're using cachelib again.

Reviewed By: jsgf

Differential Revision: D9036003

fbshipit-source-id: 9867a12b81369156ee2e6aa7a7f1c81a638185d6
2018-08-07 11:37:37 -07:00

10 lines
146 B
TOML

[package]
name = "blobstore"
version = "0.0.1"
authors = ["Facebook"]
license = "GPLv2+"
[dependencies]
futures = "0.1.17"
tokio-core = "0.1.17"