-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMove.lock
More file actions
35 lines (28 loc) · 972 Bytes
/
Move.lock
File metadata and controls
35 lines (28 loc) · 972 Bytes
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
# @generated by Move, please check-in and do not edit manually.
[move]
version = 3
manifest_digest = "81BC78646E98A3E9B44F5C38EE7C8F2728449C664A2184D884ECADF010D5C050"
deps_digest = "3C4103934B1E040BB6B23F1D610B4EF9F2F1166A50A104EADCF77467C004C600"
dependencies = [
{ id = "Sui", name = "Sui" },
{ id = "sui_extensions", name = "sui_extensions" },
]
[[move.package]]
id = "MoveStdlib"
source = { git = "https://github.com/MystenLabs/sui.git", rev = "mainnet", subdir = "crates/sui-framework/packages/move-stdlib" }
[[move.package]]
id = "Sui"
source = { git = "https://github.com/MystenLabs/sui.git", rev = "mainnet", subdir = "crates/sui-framework/packages/sui-framework" }
dependencies = [
{ id = "MoveStdlib", name = "MoveStdlib" },
]
[[move.package]]
id = "sui_extensions"
source = { local = "../sui_extensions" }
dependencies = [
{ id = "Sui", name = "Sui" },
]
[move.toolchain-version]
compiler-version = "1.55.0"
edition = "2024.beta"
flavor = "sui"