sapling/lib/zstdelta/Cargo.toml
Nick Terrell ebdf5f1baf Update to zstd-1.4.x
Summary:
* Update to zstd-1.4.x
* Update to the latest zstd-rs

Reviewed By: Cyan4973

Differential Revision: D15040909

fbshipit-source-id: 938904d95ab8b1108d750d83602ee9c11c2c87b5
2019-04-23 22:41:55 -07:00

16 lines
321 B
TOML

[package]
name = "zstdelta"
version = "0.1.0"
[dependencies]
libc = "0.2.43" # keep it in sync with zstd-sys
zstd-sys = { version = "= 1.4.10+zstd.1.4.0", features = ["experimental"] } # pinned. zstd advanced API changes rapidly
[dev-dependencies]
quickcheck = "0.6"
rand = "0.5"
[[bin]]
name = "zstdelta"
doc = false