parity-common/Cargo.toml

23 lines
328 B
TOML
Raw Permalink Normal View History

2018-06-29 02:10:58 -07:00
[workspace]
members = [
"fixed-hash",
"keccak-hash",
2018-06-29 02:10:58 -07:00
"kvdb",
"kvdb-memorydb",
2018-07-03 04:21:05 -07:00
"kvdb-rocksdb",
"parity-bytes",
"parity-crypto",
2018-08-24 02:53:33 -07:00
"parity-path",
2018-07-03 02:27:51 -07:00
"plain_hasher",
"rlp",
2018-08-23 02:34:14 -07:00
"transaction-pool",
2018-08-23 03:24:05 -07:00
"trace-time",
2018-07-03 01:34:11 -07:00
"trie-standardmap",
"triehash",
2018-12-02 00:36:20 -08:00
"uint",
"parity-util-mem",
2018-12-02 00:36:20 -08:00
"primitive-types",
2019-01-24 07:04:51 -08:00
"ethereum-types",
"ethbloom",
]