-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathScarb.lock
More file actions
88 lines (79 loc) · 2.19 KB
/
Scarb.lock
File metadata and controls
88 lines (79 loc) · 2.19 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
# Code generated by scarb DO NOT EDIT.
version = 1
[[package]]
name = "guilds"
version = "0.1.0"
dependencies = [
"openzeppelin_governance",
"openzeppelin_interfaces",
"openzeppelin_introspection",
"openzeppelin_token",
"openzeppelin_utils",
"snforge_std",
]
[[package]]
name = "openzeppelin_access"
version = "3.0.0"
source = "registry+https://scarbs.xyz/"
checksum = "sha256:2c7fab22d2601fca4f456c81272637f2563a423652d1671383bbe3d007803977"
dependencies = [
"openzeppelin_interfaces",
"openzeppelin_introspection",
]
[[package]]
name = "openzeppelin_governance"
version = "3.0.0"
source = "registry+https://scarbs.xyz/"
checksum = "sha256:b76c87f72b1481a62e3c6904a9a3da5cfc4de8b5a86a4742de30f1e2984c7e2b"
dependencies = [
"openzeppelin_access",
"openzeppelin_interfaces",
"openzeppelin_introspection",
"openzeppelin_token",
"openzeppelin_utils",
]
[[package]]
name = "openzeppelin_interfaces"
version = "2.1.0"
source = "registry+https://scarbs.xyz/"
checksum = "sha256:f69fdb36eb894a0e0732385e723c5ff56d8cb4c1d49b29446c77eefac00b02a5"
[[package]]
name = "openzeppelin_introspection"
version = "3.0.0"
source = "registry+https://scarbs.xyz/"
checksum = "sha256:ee491981a69736cde220f8b7dd290b6d8620c85ee6b83c81f665f5bef78b62b1"
dependencies = [
"openzeppelin_interfaces",
]
[[package]]
name = "openzeppelin_token"
version = "3.0.0"
source = "registry+https://scarbs.xyz/"
checksum = "sha256:5ce19d297251d9f11acc38a3e3e2faeb2e73b003c8de2f02c7c5d06d9161a5fc"
dependencies = [
"openzeppelin_access",
"openzeppelin_interfaces",
"openzeppelin_introspection",
"openzeppelin_utils",
]
[[package]]
name = "openzeppelin_utils"
version = "2.1.0"
source = "registry+https://scarbs.xyz/"
checksum = "sha256:4d5504fef1c5a6d9fee6a3ae392004a4a24b4b3ccb790c5e5217da96beb73e08"
dependencies = [
"openzeppelin_interfaces",
]
[[package]]
name = "snforge_scarb_plugin"
version = "0.51.2"
source = "registry+https://scarbs.xyz/"
checksum = "sha256:7b94edb0a94b93915200275076c29ef8266f4b870ffda04360cf36bc3b5e67cc"
[[package]]
name = "snforge_std"
version = "0.51.2"
source = "registry+https://scarbs.xyz/"
checksum = "sha256:d7287b7e9c826ee560788a7a9b808a2a0454977ac4111bd3c1bcb3c7c5f01040"
dependencies = [
"snforge_scarb_plugin",
]