parity-common/Cargo.toml

19 lines
253 B
TOML
Raw Normal View History

2018-06-29 02:10:58 -07:00
[workspace]
members = [
"fixed-hash",
"hashdb",
"keccak-hash",
2018-06-29 02:10:58 -07:00
"kvdb",
"kvdb-memorydb",
2018-07-03 04:21:05 -07:00
"kvdb-rocksdb",
"memorydb",
"parity-bytes",
"parity-crypto",
"path",
"patricia_trie",
2018-07-03 02:27:51 -07:00
"plain_hasher",
"rlp",
2018-07-03 01:34:11 -07:00
"trie-standardmap",
"triehash",
"uint"
2018-06-29 02:10:58 -07:00
]