sapling/lib/zstdelta/Cargo.toml
Jun Wu f37a5d8df7 rust: upgrade rust to 1.30.0 and bump zstd-sys version
Summary:
The vendored crates were changed by D12811597. Bump `zstd-sys` in `Cargo.toml` to be compatible.
As we're here, also bump rust compiler to 1.30.0 so it's consistent with buck build.

Reviewed By: kulshrax

Differential Revision: D12952552

fbshipit-source-id: 6274bf829b98b16aeb6795209d12aba8b475b46d
2018-11-06 18:13:20 -08:00

16 lines
277 B
TOML

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