sapling/eden/scm/lib/blackbox/Cargo.toml
Lukas Piatkowski ad106958f2 eden/scm/lib: autogenerate all Cargo.toml files with autocargo
Summary: This diff removes the split between manually managed and autocargo managed Cargo.toml files in `eden/scm/lib`, now all files are autogenerated.

Reviewed By: quark-zju

Differential Revision: D26830884

fbshipit-source-id: 3a5d8409a61347c7650cc7d8192fa426c03733dc
2021-03-05 04:29:49 -08:00

27 lines
598 B
TOML

# @generated by autocargo from //eden/scm/lib/blackbox:blackbox
[package]
name = "blackbox"
version = "0.1.0"
edition = "2018"
[[bench]]
name = "blackbox"
harness = false
[dependencies]
anyhow = "1.0"
byteorder = "1.3"
indexedlog = { path = "../indexedlog" }
lazy_static = "1.0"
libc = "0.2.86"
parking_lot = "0.10.2"
serde = { version = "=1.0.118", features = ["derive", "rc"] }
serde_alt = { path = "serde_alt" }
serde_cbor = "0.11"
serde_derive = "1.0"
serde_json = { version = "1.0", features = ["float_roundtrip"] }
[dev-dependencies]
minibench = { path = "../minibench" }
tempfile = "3.1"