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