-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathScarb.lock
75 lines (66 loc) · 1.85 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
75
# Code generated by scarb DO NOT EDIT.
version = 1
[[package]]
name = "alexandria_bytes"
version = "0.1.0"
source = "git+https://github.com/dubzn/quaireaux.git?branch=main#f9f9d0bd2ffe54b12dc49638f2708e6e1977b703"
dependencies = [
"alexandria_data_structures",
"alexandria_math",
]
[[package]]
name = "alexandria_data_structures"
version = "0.2.0"
source = "git+https://github.com/dubzn/quaireaux.git?branch=main#f9f9d0bd2ffe54b12dc49638f2708e6e1977b703"
dependencies = [
"alexandria_encoding",
]
[[package]]
name = "alexandria_encoding"
version = "0.1.0"
source = "git+https://github.com/dubzn/quaireaux.git?branch=main#f9f9d0bd2ffe54b12dc49638f2708e6e1977b703"
dependencies = [
"alexandria_bytes",
"alexandria_math",
"alexandria_numeric",
]
[[package]]
name = "alexandria_math"
version = "0.2.0"
source = "git+https://github.com/dubzn/quaireaux.git?branch=main#f9f9d0bd2ffe54b12dc49638f2708e6e1977b703"
dependencies = [
"alexandria_data_structures",
]
[[package]]
name = "alexandria_numeric"
version = "0.1.0"
source = "git+https://github.com/dubzn/quaireaux.git?branch=main#f9f9d0bd2ffe54b12dc49638f2708e6e1977b703"
dependencies = [
"alexandria_math",
"alexandria_searching",
]
[[package]]
name = "alexandria_searching"
version = "0.1.0"
source = "git+https://github.com/dubzn/quaireaux.git?branch=main#f9f9d0bd2ffe54b12dc49638f2708e6e1977b703"
dependencies = [
"alexandria_data_structures",
]
[[package]]
name = "alexandria_sorting"
version = "0.1.0"
source = "git+https://github.com/dubzn/quaireaux.git?branch=main#f9f9d0bd2ffe54b12dc49638f2708e6e1977b703"
dependencies = [
"alexandria_data_structures",
]
[[package]]
name = "dojo"
version = "1.0.0-alpha.4"
source = "git+https://github.com/dojoengine/dojo?tag=v1.0.0-alpha.16#3b3a78cd8239ca2ee524c49c83f36db4d79cb4bc"
[[package]]
name = "jokers_of_neon"
version = "0.0.1"
dependencies = [
"alexandria_sorting",
"dojo",
]