forked from kkrt-labs/kakarot-ssj
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Scarb.lock
74 lines (65 loc) · 1.27 KB
/
Scarb.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
# Code generated by scarb DO NOT EDIT.
version = 1
[[package]]
name = "alexandria_data_structures"
version = "0.1.0"
dependencies = [
"snforge_std",
]
[[package]]
name = "contracts"
version = "0.1.0"
dependencies = [
"evm",
"openzeppelin",
"snforge_std",
"snforge_utils",
"utils",
]
[[package]]
name = "evm"
version = "0.1.0"
dependencies = [
"contracts",
"garaga",
"openzeppelin",
"snforge_std",
"snforge_utils",
"utils",
]
[[package]]
name = "garaga"
version = "0.1.0"
source = "git+https://github.com/keep-starknet-strange/garaga.git#933784eee3811334cf1a5b83d9ffcc9cfda3be8c"
[[package]]
name = "openzeppelin"
version = "0.1.0"
dependencies = [
"snforge_std",
]
[[package]]
name = "snforge_scarb_plugin"
version = "0.31.0"
source = "git+https://github.com/foundry-rs/starknet-foundry.git?tag=v0.31.0#249f1e9960b7ee07d80e12b585ac57b644f9e4c0"
[[package]]
name = "snforge_std"
version = "0.31.0"
source = "git+https://github.com/foundry-rs/starknet-foundry.git?tag=v0.31.0#249f1e9960b7ee07d80e12b585ac57b644f9e4c0"
dependencies = [
"snforge_scarb_plugin",
]
[[package]]
name = "snforge_utils"
version = "0.1.0"
dependencies = [
"evm",
"snforge_std",
]
[[package]]
name = "utils"
version = "0.1.0"
dependencies = [
"alexandria_data_structures",
"evm",
"snforge_std",
]