16 lines
366 B
TOML
16 lines
366 B
TOML
|
[package]
|
||
|
description = "Standalone blockchain bloom filter"
|
||
|
homepage = "https://github.com/debris/bloomchain"
|
||
|
name = "bloomchain"
|
||
|
version = "0.2.0"
|
||
|
authors = ["debris <marek.kotewicz@gmail.com>"]
|
||
|
license = "MIT"
|
||
|
keywords = ["ethereum", "ethcore", "bloom", "chain", "filter"]
|
||
|
|
||
|
[dependencies]
|
||
|
ethbloom = "0.3"
|
||
|
|
||
|
[dev-dependencies]
|
||
|
rustc-serialize = "0.3"
|
||
|
rand = "0.4"
|