Skip to content

Commit ebc450b

Browse files
authored
Update Move.toml
1 parent 844a4e1 commit ebc450b

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

simplenft/Move.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
[package]
2-
name = "SimpleNFT"
2+
name = "SimpleNFT"
33
version = "0.0.1"
44
authors = ["Rootmhz"]
55

66
[addresses]
7-
SimpleNFT = "0xb35962eed27b9a272d82673f2b7a99e7257b7b1a9af02c1a09143dacbaf498bd"
7+
std = "0x1"
8+
9+
[dependencies]
10+
MoveStdlib = { local = "../minimarket/vendor/aptos-core/aptos-move/framework/move-stdlib" }

0 commit comments

Comments
 (0)