mirror of
https://github.com/facebook/sapling.git
synced 2025-01-06 04:43:19 +03:00
e33154698b
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
13 lines
216 B
TOML
13 lines
216 B
TOML
[package]
|
|
name = "lz4-pyframe"
|
|
version = "0.1.0"
|
|
authors = ["Facebook Source Control Team <sourcecontrol-dev@fb.com>"]
|
|
|
|
[dependencies]
|
|
byteorder = "1"
|
|
failure = "0"
|
|
lz4-sys = "1"
|
|
|
|
[dev-dependencies]
|
|
quickcheck = "0"
|