sapling/lib/dag/Cargo.toml
Jun Wu c6d9d5604b spanset: add a benchmark of set operations
Summary: This would provide some data about changes around SpanSet.

Reviewed By: sfilipco

Differential Revision: D15023652

fbshipit-source-id: 4cff7d1876fe20cd876f26926f31e018b6c88fd9
2019-04-25 17:05:10 -07:00

22 lines
349 B
TOML

[package]
name = "dag"
version = "0.1.0"
edition = "2018"
[dependencies]
indexedlog = { path = "../indexedlog" }
vlqencoding = { path = "../vlqencoding" }
byteorder = "1.2.7"
failure = "0.1.5"
fs2 = "0.4.3"
tempfile = "3.0.7"
[dev-dependencies]
minibench = { path = "../minibench" }
quickcheck = "0.6"
[[bench]]
name = "spanset"
harness = false