forked from ChainSafe/forest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
42 lines (42 loc) · 865 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[workspace]
members = [
"forest",
"blockchain/beacon",
"blockchain/blocks",
"blockchain/chain",
"blockchain/state_manager",
"blockchain/chain_sync",
"blockchain/beacon",
"blockchain/message_pool",
"vm",
"vm/actor",
"vm/address",
"vm/message",
"vm/runtime",
"vm/state_tree",
"vm/interpreter",
"node/clock",
"node/rpc",
"crypto",
"encoding",
"ipld/cid",
"ipld/car",
"ipld/amt",
"ipld",
"ipld/hamt",
"ipld/blockstore",
# TODO re-enable graphsync when work continues
# "ipld/graphsync",
"utils/bigint",
"tests/serialization_tests",
"utils/auth",
"tests/conformance_tests",
"utils/bitfield",
"utils/test_utils",
"utils/commcid",
"utils/json_utils",
"utils/genesis",
"utils/statediff",
"types",
"key_management",
]