-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathMove.lock
More file actions
44 lines (35 loc) · 1.26 KB
/
Move.lock
File metadata and controls
44 lines (35 loc) · 1.26 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
# @generated by Move, please check-in and do not edit manually.
[move]
version = 3
manifest_digest = "E7A77F0855B92341456AC928A3F8333F199393A62A28E6BB9D7B12FBECED162D"
deps_digest = "060AD7E57DFB13104F21BE5F5C3759D03F0553FC3229247D9A7A6B45F50D03A3"
dependencies = [
{ id = "IntegerLibrary", name = "IntegerLibrary" },
{ id = "IntegerMate", name = "IntegerMate" },
{ id = "Sui", name = "Sui" },
]
[[move.package]]
id = "IntegerLibrary"
source = { git = "https://github.com/fireflyprotocol/integer-library.git", rev = "v1.0.1", subdir = "" }
dependencies = [
{ id = "Sui", name = "Sui" },
]
[[move.package]]
id = "IntegerMate"
source = { git = "https://github.com/CetusProtocol/integer-mate.git", rev = "sui-v1.1.2", subdir = "sui" }
dependencies = [
{ id = "Sui", name = "Sui" },
]
[[move.package]]
id = "MoveStdlib"
source = { git = "https://github.com/MystenLabs/sui.git", rev = "mainnet-v1.35.2", subdir = "crates/sui-framework/packages/move-stdlib" }
[[move.package]]
id = "Sui"
source = { git = "https://github.com/MystenLabs/sui.git", rev = "mainnet-v1.35.2", subdir = "crates/sui-framework/packages/sui-framework" }
dependencies = [
{ id = "MoveStdlib", name = "MoveStdlib" },
]
[move.toolchain-version]
compiler-version = "1.55.0"
edition = "2024"
flavor = "sui"