sapling/Cargo.toml
Johan Schuijt-Li 616654450b unify lz4 compression with hg
Summary:
Mononoke and hg both have their own implementation wrappers for lz4
compression, unify these to avoid duplication.

Reviewed By: StanislavGlebik

Differential Revision: D14131430

fbshipit-source-id: 3301b755442f9bea00c650c22ea696912a4a24fd
2019-02-21 06:27:53 -08:00

37 lines
809 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",
# "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",
]