sapling/eden/scm/lib/lz4-pyframe/Cargo.toml
Lukas Piatkowski c7d12b648f mononoke/mercurial: make revlog crate OSS buildable
Reviewed By: krallin

Differential Revision: D20869309

fbshipit-source-id: bc234b6cfcb575a5dabdf154969db7577ebdb5c5
2020-04-08 09:49:11 -07:00

25 lines
485 B
TOML

# @generated by autocargo from //eden/scm/lib/lz4-pyframe:lz4-pyframe
[package]
name = "lz4-pyframe"
edition = "2018"
version = "0.1.0"
authors = ['Facebook Source Control Team <sourcecontrol-dev@fb.com>']
include = ["src/**/*.rs"]
[[bench]]
name = "bench"
harness = false
[dependencies]
anyhow = "1.0"
byteorder = "1.3"
libc = "0.2"
lz4-sys = "1.8"
thiserror = "1.0"
[dev-dependencies]
minibench = { path = "../minibench" }
quickcheck = "0.9"
rand_chacha = "0.2"
rand_core = "0.5"