sapling/lib/Cargo.toml
Jun Wu e33154698b Back out "Reuse pylz4 encoding between hg and Mononoke into a separate library"
Summary:
Backout D9124508.

This is actually more complex than it seems. It breaks non-buck build
everywhere:

- hgbuild on all platforms. POSIX platforms break because `hg archive` will
  miss `scm/common`. Windows build breaks because of symlink.
- `make local` on GitHub repo because `failure_ext` is not public. The `pylz4`
  Cargo.toml has missing dependencies.

Fixing them correctly seems non-trivial. Therefore let's backout the change to
unblock builds quickly.

The linter change is kept in case we'd like to try again in the future.

Reviewed By: simpkins

Differential Revision: D9225955

fbshipit-source-id: 4170a5f7664ac0f6aa78f3b32f61a09d65e19f63
2018-08-08 12:20:54 -07:00

24 lines
384 B
TOML

[workspace]
members = [
"argparse",
"commitcloudsubscriber",
"configparser",
"hg_watchman_client",
"indexedlog",
"lz4-pyframe",
"minibench",
"mpatch-sys",
"mpatch",
"pathencoding",
"pathmatcher",
"radixbuf",
"revisionstore",
"treestate",
"vlqencoding",
"watchman_client",
"zstdelta",
]
[profile.release]
lto = true