sapling/lib/lz4-pyframe/Cargo.toml
Arun Kulshreshtha 7c93df4d3b l4-pyframe: migrate to rust 2018
Summary: Migrate crate to Rust 2018.

Reviewed By: singhsrb

Differential Revision: D13754665

fbshipit-source-id: d2ce3994874afa1149229d481084ea66b5e312f8
2019-01-21 18:00:57 -08:00

22 lines
368 B
TOML

[package]
name = "lz4-pyframe"
version = "0.1.0"
authors = ["Facebook Source Control Team <sourcecontrol-dev@fb.com>"]
edition = "2018"
[dependencies]
byteorder = "1"
failure = "0"
libc = "0.2"
lz4-sys = "1"
[dev-dependencies]
minibench = { path = "../minibench" }
quickcheck = "0"
rand_chacha = "0.1.0"
rand_core = "0.3.0"
[[bench]]
name = "bench"
harness = false