We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 108c2bb commit f94917fCopy full SHA for f94917f
1 file changed
src/structs/mod.rs
@@ -1,6 +1,7 @@
1
pub mod projects;
2
pub mod search;
3
4
+use crate::{ModrinthAPI, Result, structs::projects::Project};
5
use serde::{Deserialize, Serialize};
6
use url::Url;
7
0 commit comments