generated from dojoengine/dojo-starter
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Scarb.lock
37 lines (32 loc) · 814 Bytes
/
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
# Code generated by scarb DO NOT EDIT.
version = 1
[[package]]
name = "cubit"
version = "1.3.0"
source = "git+https://github.com/influenceth/cubit.git#09cb8c2af6c0216315e0a880fd7198381c7b911c"
[[package]]
name = "dojo"
version = "0.6.0"
source = "git+https://github.com/dojoengine/dojo?tag=v0.6.0#fc5ad790c1993713e59f3fc65739160f132f29f0"
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 = "origami"
version = "0.6.0"
source = "git+https://github.com/dojoengine/origami?tag=v0.6.0#61de20ff7bc80bfc33212ef3bfac93661ea61d45"
dependencies = [
"cubit",
"dojo",
]
[[package]]
name = "zconqueror"
version = "0.0.0"
dependencies = [
"dojo",
"origami",
]