sapling/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

38 lines
831 B
TOML

[workspace]
members = [
# actix_web depends on httparse which uses nightly features
# "apiserver",
# build error related to tokio_io::AsyncWrite
# "async-compression",
# "mercurial-bundles",
# depends on failure_ext
# "blobrepo",
# "blobstore",
# "bookmarks",
# "bundle2-resolver",
# "bonsai-utils",
"bytes-ext",
# depends on failure_ext
# "changesets",
# "common/pylz4",
# "eden_server",
# "filenodes",
"futures-ext",
# depends on failure_ext
# "hgcli",
# "hgproto",
# "hooks",
# "mercurial-types",
# "mercurial",
# "metaconfig",
# "mononoke-types",
# "repoinfo",
# "revset",
# "server",
# "storage/filekv",
# "vfs",
# depends on netstring crate internal at fb
# "sshrelay",
"storage/types",
]