forked from vesuxyz/vesu-v1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathScarb.lock
More file actions
48 lines (42 loc) · 1.22 KB
/
Scarb.lock
File metadata and controls
48 lines (42 loc) · 1.22 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
# Code generated by scarb DO NOT EDIT.
version = 1
[[package]]
name = "alexandria_data_structures"
version = "0.2.0"
source = "git+https://github.com/keep-starknet-strange/alexandria.git?rev=e7b6957#e7b69575f92076e96a83a76efa6bed3c32a15f9f"
dependencies = [
"alexandria_encoding",
]
[[package]]
name = "alexandria_encoding"
version = "0.1.0"
source = "git+https://github.com/keep-starknet-strange/alexandria.git?rev=e7b6957#e7b69575f92076e96a83a76efa6bed3c32a15f9f"
dependencies = [
"alexandria_math",
"alexandria_numeric",
]
[[package]]
name = "alexandria_math"
version = "0.2.0"
source = "git+https://github.com/keep-starknet-strange/alexandria.git?rev=e7b6957#e7b69575f92076e96a83a76efa6bed3c32a15f9f"
dependencies = [
"alexandria_data_structures",
]
[[package]]
name = "alexandria_numeric"
version = "0.1.0"
source = "git+https://github.com/keep-starknet-strange/alexandria.git?rev=e7b6957#e7b69575f92076e96a83a76efa6bed3c32a15f9f"
dependencies = [
"alexandria_math",
]
[[package]]
name = "snforge_std"
version = "0.21.0"
source = "git+https://github.com/foundry-rs/starknet-foundry?tag=v0.21.0#2996b8c1dd66b2715fc67e69578089f278a46790"
[[package]]
name = "vesu"
version = "0.1.0"
dependencies = [
"alexandria_math",
"snforge_std",
]