parity-common/Cargo.toml

15 lines
194 B
TOML
Raw Normal View History

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