Skip to content

Commit 85c1154

Browse files
Merge pull request #1247 from dfinity/chore/add-missing-dependencies
add missing dependencies
2 parents 4415beb + aa13a8d commit 85c1154

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

motoko/nft-creator/backend/app.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
// NFT Canister implementing ICRC-7 standard with minting functionality
33

44
// --- Standard Library Imports ---
5-
import Vec "mo:vector";
65
import Principal "mo:base/Principal";
76
import Nat "mo:base/Nat";
87
import D "mo:base/Debug";
98

109
// --- Third-Party/External Imports ---
10+
import Vec "mo:vector";
1111
import ICRC7 "mo:icrc7-mo";
1212
import ClassPlus "mo:class-plus";
1313

motoko/nft-creator/mops.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
[dependencies]
22
base = "0.14.8"
3-
icrc7-mo = "0.5.0"
3+
icrc7-mo = "0.5.0"
4+
class-plus = "0.0.1"
5+
vector = "0.2.0"

0 commit comments

Comments
 (0)