mirror of
https://github.com/facebook/sapling.git
synced 2024-12-28 23:54:12 +03:00
ab3a7cb21f
Summary: In preparation for merging fb-mercurial sources to the Eden repository, move everything from the top-level directory into an `eden/scm` subdirectory.
18 lines
358 B
TOML
18 lines
358 B
TOML
[package]
|
|
name = "zstdelta"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
libc = "0.2.65" # keep it in sync with zstd-sys
|
|
zstd-sys = { version = "= 1.4.14+zstd.1.4.3", features = ["experimental"] } # pinned. zstd advanced API changes rapidly
|
|
|
|
[dev-dependencies]
|
|
quickcheck = "0.9"
|
|
rand = "0.7"
|
|
rand_chacha = "0.2"
|
|
|
|
[[bin]]
|
|
name = "zstdelta"
|
|
doc = false
|