-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathScarb.lock
More file actions
32 lines (26 loc) · 747 Bytes
/
Scarb.lock
File metadata and controls
32 lines (26 loc) · 747 Bytes
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
# Code generated by scarb DO NOT EDIT.
version = 1
[[package]]
name = "nft_scavenger_hunt"
version = "0.1.0"
dependencies = [
"openzeppelin",
"snforge_std",
]
[[package]]
name = "openzeppelin"
version = "0.10.0"
source = "git+https://github.com/OpenZeppelin/cairo-contracts.git?tag=v0.10.0#d77082732daab2690ba50742ea41080eb23299d3"
[[package]]
name = "snforge_scarb_plugin"
version = "0.40.0"
source = "registry+https://scarbs.xyz/"
checksum = "sha256:7c3b21f6cdab14fc63e19f9e6789b6a3d44f5618ebcf02d03b397375304e1891"
[[package]]
name = "snforge_std"
version = "0.40.0"
source = "registry+https://scarbs.xyz/"
checksum = "sha256:0221bbe959eec72eb2e30be68df66c4ff5dcd924ec491f285c974e49671fabc0"
dependencies = [
"snforge_scarb_plugin",
]