forked from BibliothecaDAO/eternum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Scarb.lock
62 lines (54 loc) · 1.56 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
# 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=cairo-v2.5.4#e7b69575f92076e96a83a76efa6bed3c32a15f9f"
dependencies = [
"alexandria_encoding",
]
[[package]]
name = "alexandria_encoding"
version = "0.1.0"
source = "git+https://github.com/keep-starknet-strange/alexandria.git?rev=cairo-v2.5.4#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=cairo-v2.5.4#e7b69575f92076e96a83a76efa6bed3c32a15f9f"
dependencies = [
"alexandria_data_structures",
]
[[package]]
name = "alexandria_numeric"
version = "0.1.0"
source = "git+https://github.com/keep-starknet-strange/alexandria.git?rev=cairo-v2.5.4#e7b69575f92076e96a83a76efa6bed3c32a15f9f"
dependencies = [
"alexandria_math",
]
[[package]]
name = "cubit"
version = "1.3.0"
source = "git+https://github.com/ponderingdemocritus/cubit#82be92f4c296143bbb5721c4d7b88328925fd236"
[[package]]
name = "dojo"
version = "0.6.0"
source = "git+https://github.com/dojoengine/dojo?tag=v0.6.1-alpha.4#5ac665962d72a38a3ba0638e64819eac7a9bf72d"
dependencies = [
"dojo_plugin",
]
[[package]]
name = "dojo_plugin"
version = "0.3.11"
source = "git+https://github.com/dojoengine/dojo?tag=v0.3.11#1e651b5d4d3b79b14a7d8aa29a92062fcb9e6659"
[[package]]
name = "eternum"
version = "0.5.0"
dependencies = [
"alexandria_math",
"cubit",
"dojo",
]