mirror of
https://github.com/facebook/sapling.git
synced 2024-12-28 15:44:27 +03:00
142937c2f8
Summary: Follow up of D20024491. Reviewed By: sfilipco Differential Revision: D20043585 fbshipit-source-id: f66896c8f41c3918fb37611d87fa26c39cdecef1
26 lines
425 B
TOML
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
|