microsoft/qdk

Public

mirrored from https://github.com/microsoft/qdkAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
billt/mac-intel-cryptography

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

source/paulimer/Cargo.toml

26lines · modecode

1[package]
2name = "paulimer"
3version = "0.0.1"
4edition = "2021"
5publish = false
6
7# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8
9[dependencies]
10num-derive = { workspace = true }
11num-traits = { workspace = true }
12rand = { workspace = true }
13rustc-hash = { workspace = true }
14sorted-vec = { workspace = true }
15sorted-iter = { workspace = true }
16
17[dev-dependencies]
18criterion = { workspace = true }
19proptest = { workspace = true }
20
21[target.'cfg(unix)'.dev-dependencies]
22pprof = { workspace = true }
23
24[[bench]]
25name = "bitmatrix_benchmark"
26harness = false