forked from NethermindEth/StarknetByExample
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathScarb.lock
More file actions
122 lines (94 loc) · 1.87 KB
/
Scarb.lock
File metadata and controls
122 lines (94 loc) · 1.87 KB
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
# Code generated by scarb DO NOT EDIT.
version = 1
[[package]]
name = "alexandria_storage"
version = "0.2.0"
source = "git+https://github.com/keep-starknet-strange/alexandria.git?rev=ae1d514#ae1d5149ff601a7ac5b39edc867d33ebd83d7f4f"
[[package]]
name = "cairo_cheatsheet"
version = "0.1.0"
[[package]]
name = "calling_other_contracts"
version = "0.1.0"
[[package]]
name = "constant_product_amm"
version = "0.1.0"
dependencies = [
"openzeppelin",
]
[[package]]
name = "constructor"
version = "0.1.0"
[[package]]
name = "counter"
version = "0.1.0"
[[package]]
name = "custom_type_serde"
version = "0.1.0"
[[package]]
name = "erc20"
version = "0.1.0"
[[package]]
name = "errors"
version = "0.1.0"
[[package]]
name = "events"
version = "0.1.0"
[[package]]
name = "factory"
version = "0.1.0"
[[package]]
name = "hash_solidity_compatible"
version = "0.1.0"
[[package]]
name = "interfaces_traits"
version = "0.1.0"
[[package]]
name = "mappings"
version = "0.1.0"
[[package]]
name = "openzeppelin"
version = "0.8.0-beta.0"
source = "git+https://github.com/OpenZeppelin/cairo-contracts.git?tag=v0.8.0-beta.0#4c95981a7178e43730f152c85a92336dc6a22d62"
[[package]]
name = "scarb"
version = "0.1.0"
[[package]]
name = "simple_vault"
version = "0.1.0"
[[package]]
name = "storage"
version = "0.1.0"
[[package]]
name = "store_using_packing"
version = "0.1.0"
[[package]]
name = "storing_arrays"
version = "0.1.0"
[[package]]
name = "storing_custom_types"
version = "0.1.0"
[[package]]
name = "struct_as_mapping_key"
version = "0.1.0"
[[package]]
name = "testing_how_to"
version = "0.1.0"
[[package]]
name = "upgradeable_contract"
version = "0.1.0"
[[package]]
name = "using_lists"
version = "0.1.0"
dependencies = [
"alexandria_storage",
]
[[package]]
name = "variables"
version = "0.1.0"
[[package]]
name = "visibility"
version = "0.1.0"
[[package]]
name = "write_to_any_slot"
version = "0.1.0"