forked from FuelLabs/fuel-bridge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Forc.lock
81 lines (70 loc) · 1.93 KB
/
Forc.lock
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
69
70
71
72
73
74
75
76
77
78
79
80
81
[[package]]
name = "base-asset-contract"
source = "member"
dependencies = [
"standards git+https://github.com/FuelLabs/sway-standards?tag=v0.5.0#348f7175df4c012b23c86cdb18aab79025ca1f18",
"std",
]
[[package]]
name = "bridge_fungible_token"
source = "member"
dependencies = [
"contract_message_receiver",
"interface",
"standards git+https://github.com/FuelLabs/sway-standards?tag=v0.5.0#348f7175df4c012b23c86cdb18aab79025ca1f18",
"std",
"sway_libs",
]
[[package]]
name = "contract_message_receiver"
source = "member"
dependencies = ["std"]
[[package]]
name = "contract_message_test"
source = "member"
dependencies = [
"contract_message_receiver",
"std",
]
[[package]]
name = "core"
source = "path+from-root-E19CE48B3E858B72"
[[package]]
name = "interface"
source = "member"
dependencies = ["std"]
[[package]]
name = "proxy"
source = "member"
dependencies = [
"contract_message_receiver",
"interface",
"standards git+https://github.com/FuelLabs/sway-standards?tag=v0.5.0#348f7175df4c012b23c86cdb18aab79025ca1f18",
"std",
]
[[package]]
name = "standards"
source = "git+https://github.com/FuelLabs/sway-standards?tag=v0.4.3#6f63eb7dff2458a7d976184e565b5cbf26f61da2"
dependencies = ["std"]
[[package]]
name = "standards"
source = "git+https://github.com/FuelLabs/sway-standards?tag=v0.5.0#348f7175df4c012b23c86cdb18aab79025ca1f18"
dependencies = ["std"]
[[package]]
name = "std"
source = "git+https://github.com/fuellabs/sway?tag=v0.60.0#2f0392ee35a1e4dd80bd8034962d5b4083dfb8b6"
dependencies = ["core"]
[[package]]
name = "sway_libs"
source = "git+https://github.com/FuelLabs/sway-libs?tag=v0.21.0#6a227ed34c86fe1ebd334dbdfeccf66c43e3915b"
dependencies = [
"standards git+https://github.com/FuelLabs/sway-standards?tag=v0.4.3#6f63eb7dff2458a7d976184e565b5cbf26f61da2",
"std",
]
[[package]]
name = "test_deposit_recipient_contract"
source = "member"
dependencies = [
"contract_message_receiver",
"std",
]