f48780c29b
* Ethereum types updated to 0.8 version * Fix for rand usage in rpc * Cargo lock fixed after rebase * TODO added
19 lines
288 B
TOML
19 lines
288 B
TOML
[package]
|
|
name = "blooms-db"
|
|
version = "0.1.0"
|
|
license = "GPL-3.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
ethbloom = "0.8.0"
|
|
parking_lot = "0.9"
|
|
|
|
[dev-dependencies]
|
|
criterion = "0.3"
|
|
tempdir = "0.3"
|
|
|
|
[[bench]]
|
|
name = "blooms"
|
|
harness = false
|