forked from zkReputation/contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Move.lock
27 lines (21 loc) · 798 Bytes
/
Move.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
# @generated by Move, please check-in and do not edit manually.
[move]
version = 0
manifest_digest = "3DC57B0A4428DF867D52C7100800741784CEBA6D3244947A93AF880C29D14AE2"
deps_digest = "F8BBB0CCB2491CA29A3DF03D6F92277A4F3574266507ACD77214D37ECA3F3082"
dependencies = [
{ name = "Sui" },
]
[[move.package]]
name = "MoveStdlib"
source = { git = "https://github.com/MystenLabs/sui.git", rev = "releases/sui-v1.17.0-release", subdir = "crates/sui-framework/packages/move-stdlib" }
[[move.package]]
name = "Sui"
source = { git = "https://github.com/MystenLabs/sui.git", rev = "releases/sui-v1.17.0-release", subdir = "crates/sui-framework/packages/sui-framework" }
dependencies = [
{ name = "MoveStdlib" },
]
[move.toolchain-version]
compiler-version = "1.22.0"
edition = "legacy"
flavor = "sui"