sapling/eden/scm/lib/blackbox/Cargo.toml
Jun Wu 142937c2f8 cargo: bump serde_cbor to 0.11
Summary: Follow up of D20024491.

Reviewed By: sfilipco

Differential Revision: D20043585

fbshipit-source-id: f66896c8f41c3918fb37611d87fa26c39cdecef1
2020-02-21 14:08:43 -08:00

26 lines
425 B
TOML

[package]
name = "blackbox"
version = "0.1.0"
edition = "2018"
[dependencies]
anyhow = "1.0.20"
byteorder = "1"
indexedlog = { path = "../indexedlog" }
lazy_static = "1"
libc = "0.2"
parking_lot = "0.9"
serde = "1"
serde_alt = { path = "serde_alt" }
serde_cbor = "0.11"
serde_derive = "1"
serde_json = "1"
[dev-dependencies]
minibench = { path = "../minibench" }
tempfile = "3"
[[bench]]
name = "blackbox"
harness = false