mirror of
https://github.com/stalwartlabs/mail-server.git
synced 2024-11-15 22:05:55 +08:00
18 lines
335 B
TOML
18 lines
335 B
TOML
|
[package]
|
||
|
name = "benchy"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
rusqlite = { version = "0.29.0", features = ["bundled"] }
|
||
|
roaring = "0.10.1"
|
||
|
|
||
|
[dev-dependencies]
|
||
|
criterion = "0.5.1"
|
||
|
|
||
|
[[bench]]
|
||
|
name = "bitmap"
|
||
|
harness = false
|