Skip to content

Commit f94917f

Browse files
committed
chore(structs): import some required functions
1 parent 108c2bb commit f94917f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/structs/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
pub mod projects;
22
pub mod search;
33

4+
use crate::{ModrinthAPI, Result, structs::projects::Project};
45
use serde::{Deserialize, Serialize};
56
use url::Url;
67

0 commit comments

Comments
 (0)