mirror of
https://github.com/facebook/sapling.git
synced 2025-01-01 09:37:56 +03:00
7c93df4d3b
Summary: Migrate crate to Rust 2018. Reviewed By: singhsrb Differential Revision: D13754665 fbshipit-source-id: d2ce3994874afa1149229d481084ea66b5e312f8
22 lines
368 B
TOML
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
|