ab2caee0a3
This key is not recognized by some software (like carnix). It is also not documented in http://doc.crates.io/manifest.html Solution: rename this key to [package]
13 lines
231 B
TOML
13 lines
231 B
TOML
[package]
|
|
name = "ethcore-bloom-journal"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
description = "Journaling bloom filter"
|
|
license = "GPL3"
|
|
|
|
[lib]
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
siphasher = "0.1.1"
|