add name and nexusid to mod

This commit is contained in:
2026-03-18 21:11:36 +01:00
parent 281327d69c
commit 3949723303
5 changed files with 26 additions and 16 deletions

View File

@@ -2,6 +2,6 @@ mod api;
mod downloader;
mod url;
pub use api::NexusAPI;
pub use api::{ModInfo, NexusAPI};
pub use downloader::download_nxm;
pub use url::NXMUrl;