Skip to content

Commit ead927a

Browse files
authored
Create Move.toml
1 parent 162719c commit ead927a

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

vesting/Move.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[package]
2+
name = "Vesting"
3+
version = "0.0.1"
4+
authors = ["Rootmhz"]
5+
6+
[addresses]
7+
std = "0x1"
8+
Vesting = "0xb35962eed27b9a272d82673f2b7a99e7257b7b1a9af02c1a09143dacbaf498bd"
9+
10+
[dependencies]
11+
# берём stdlib из вендора minimarket, как и в других подпроектах
12+
MoveStdlib = { local = "../minimarket/vendor/aptos-core/aptos-move/framework/move-stdlib" }

0 commit comments

Comments
 (0)