-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathMove.lock
More file actions
64 lines (51 loc) · 1.69 KB
/
Move.lock
File metadata and controls
64 lines (51 loc) · 1.69 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# @generated by Move, please check-in and do not edit manually.
[move]
version = 3
manifest_digest = "377F9EE53F22978628A282568A60E434C11941D0426FF343C0167779B04EA03A"
deps_digest = "060AD7E57DFB13104F21BE5F5C3759D03F0553FC3229247D9A7A6B45F50D03A3"
dependencies = [
{ id = "account_actions", name = "account_actions" },
{ id = "account_protocol", name = "account_protocol" },
{ id = "Sui", name = "Sui" },
]
[[move.package]]
id = "account_actions"
source = { local = "../packages/actions" }
dependencies = [
{ id = "account_extensions", name = "account_extensions" },
{ id = "account_protocol", name = "account_protocol" },
{ id = "Kiosk", name = "Kiosk" },
{ id = "Sui", name = "Sui" },
]
[[move.package]]
id = "account_extensions"
source = { local = "../packages/extensions" }
dependencies = [
{ id = "Sui", name = "Sui" },
]
[[move.package]]
id = "account_protocol"
source = { local = "../packages/protocol" }
dependencies = [
{ id = "account_extensions", name = "account_extensions" },
{ id = "Sui", name = "Sui" },
]
[[move.package]]
id = "Kiosk"
source = { git = "https://github.com/thounyy/apps.git", rev = "testnet", subdir = "kiosk" }
dependencies = [
{ id = "Sui", name = "Sui" },
]
[[move.package]]
id = "MoveStdlib"
source = { git = "https://github.com/MystenLabs/sui.git", rev = "framework/testnet", subdir = "crates/sui-framework/packages/move-stdlib" }
[[move.package]]
id = "Sui"
source = { git = "https://github.com/MystenLabs/sui.git", rev = "framework/testnet", subdir = "crates/sui-framework/packages/sui-framework" }
dependencies = [
{ id = "MoveStdlib", name = "MoveStdlib" },
]
[move.toolchain-version]
compiler-version = "1.56.1"
edition = "2024.beta"
flavor = "sui"