-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdfx.json
39 lines (39 loc) · 925 Bytes
/
dfx.json
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
{
"canisters": {
"ic_cose_canister": {
"candid": "src/ic_cose_canister/ic_cose_canister.did",
"declarations": {
"node_compatibility": true
},
"package": "ic_cose_canister",
"optimize": "cycles",
"type": "rust"
},
"ic_object_store_canister": {
"candid": "src/ic_object_store_canister/ic_object_store_canister.did",
"declarations": {
"node_compatibility": true
},
"package": "ic_object_store_canister",
"optimize": "cycles",
"type": "rust"
},
"ic_wasm_canister": {
"candid": "src/ic_wasm_canister/ic_wasm_canister.did",
"declarations": {
"node_compatibility": true
},
"package": "ic_wasm_canister",
"optimize": "cycles",
"type": "rust"
}
},
"defaults": {
"build": {
"args": "",
"packtool": ""
}
},
"output_env_file": ".env",
"version": 1
}