lighthouse/Cargo.toml

38 lines
872 B
TOML
Raw Normal View History

[workspace]
members = [
2019-06-15 15:26:56 +00:00
"eth2/lmd_ghost",
2019-03-06 03:46:12 +00:00
"eth2/operation_pool",
"eth2/state_processing",
"eth2/types",
"eth2/utils/bls",
2019-04-25 23:55:03 +00:00
"eth2/utils/cached_tree_hash",
"eth2/utils/compare_fields",
"eth2/utils/compare_fields_derive",
"eth2/utils/eth2_config",
"eth2/utils/hashing",
"eth2/utils/merkle_proof",
2019-02-15 00:19:25 +00:00
"eth2/utils/int_to_bytes",
"eth2/utils/serde_hex",
"eth2/utils/slot_clock",
"eth2/utils/ssz",
"eth2/utils/ssz_derive",
2019-07-05 07:33:20 +00:00
"eth2/utils/ssz_types",
"eth2/utils/swap_or_not_shuffle",
2019-04-15 01:14:30 +00:00
"eth2/utils/tree_hash",
2019-04-15 05:45:05 +00:00
"eth2/utils/tree_hash_derive",
"eth2/utils/test_random_derive",
"beacon_node",
2019-05-21 08:20:23 +00:00
"beacon_node/store",
"beacon_node/client",
"beacon_node/http_server",
"beacon_node/network",
2019-03-20 04:09:24 +00:00
"beacon_node/eth2-libp2p",
"beacon_node/rpc",
"beacon_node/version",
"beacon_node/beacon_chain",
2019-05-13 07:56:46 +00:00
"tests/ef_tests",
"protos",
"validator_client",
"account_manager",
]