sapling/eden/mononoke/Cargo.toml
Alex Hornby 72483f6fd8 mononoke: add a sampling blobstore
Summary:
Add a sampling blobstore for use by the walker.

Combined with the SamplingKey in next in stack it allows samplinglow level blobstore operations from hight level actions on things like BlobRepo.

Reviewed By: mitrandir77

Differential Revision: D20534843

fbshipit-source-id: 8c7378572a4f78534f66b09adfccf08b3aaa103d
2020-03-23 05:10:16 -07:00

27 lines
632 B
TOML

[workspace]
members = [
"blobstore",
"blobstore/chaosblob",
"blobstore/delayblob",
"blobstore/fileblob",
"blobstore/memblob",
"blobstore/prefixblob",
"blobstore/readonlyblob",
"blobstore/redactedblobstore",
"blobstore/samplingblob",
"blobstore/throttledblob",
"common/async_limiter",
"common/async_limiter/examples/tokio_v1",
"common/async_limiter/examples/tokio_v2",
"common/rust/sql_ext",
"common/scuba_ext",
"lfs_protocol",
"mononoke_types",
"mononoke_types/if",
"mononoke_types/mocks",
"server/context",
"server/session_id",
"sshrelay",
]