update patricia-trie cargo.toml

This commit is contained in:
Robert Habermeier 2017-11-10 20:26:19 +01:00
parent cffbf3cab1
commit c4466f450b
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
name = "patricia-trie"
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Merkle-Patricia Trie (Ethereum Style)"
license = "GPL-3.0"
[dependencies]
elastic-array = "0.9"