forked from FuelLabs/sway
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Forc.toml
68 lines (68 loc) · 2.31 KB
/
Forc.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
[workspace]
members = [
"test_projects/abi_impl_methods_callable",
"test_projects/block",
"test_projects/call_frames",
"test_projects/configurables_in_contract",
"test_projects/configurables_in_script",
"test_projects/context",
"test_projects/contract_bytecode",
"test_projects/ec_recover",
"test_projects/ec_recover_and_match_predicate",
"test_projects/evm",
"test_projects/evm_ec_recover",
"test_projects/generics_in_abi",
"test_projects/hashing",
"test_projects/logging",
"test_projects/low_level_call",
"test_projects/messages",
"test_projects/option_field_order",
"test_projects/option_in_abi",
"test_projects/parsing_logs",
"test_projects/predicate_data_simple",
"test_projects/predicate_data_struct",
"test_projects/registers",
"test_projects/result_in_abi",
"test_projects/script_bytecode",
"test_projects/script_data",
"test_projects/storage",
"test_projects/storage_access",
"test_projects/storage_bytes",
"test_projects/storage_init",
"test_projects/storage_map",
"test_projects/storage_map_nested",
"test_projects/storage_string",
"test_projects/storage_vec_nested",
"test_projects/token_ops",
"test_projects/tx_fields",
"test_projects/type_aliases",
"test_projects/vec_in_abi",
"test_artifacts/auth_caller_contract",
"test_artifacts/auth_caller_script",
"test_artifacts/auth_testing_abi",
"test_artifacts/auth_testing_contract",
"test_artifacts/balance_contract",
"test_artifacts/block_test_abi",
"test_artifacts/call_frames_test_abi",
"test_artifacts/context_caller_contract",
"test_artifacts/context_testing_abi",
"test_artifacts/evm_test_abi",
"test_artifacts/low_level_callee_contract",
"test_artifacts/methods_abi",
"test_artifacts/methods_contract",
"test_artifacts/parsing_logs_test_abi",
"test_artifacts/pow",
"test_artifacts/storage_vec/svec_array",
"test_artifacts/storage_vec/svec_bool",
"test_artifacts/storage_vec/svec_str",
"test_artifacts/storage_vec/svec_tuple",
"test_artifacts/storage_vec/svec_u32",
"test_artifacts/storage_vec/svec_u8",
"test_artifacts/storage_vec/svec_b256",
"test_artifacts/storage_vec/svec_enum",
"test_artifacts/storage_vec/svec_struct",
"test_artifacts/storage_vec/svec_u16",
"test_artifacts/storage_vec/svec_u64",
"test_artifacts/tx_contract",
"test_artifacts/tx_output_predicate",
]