Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Marlstar committed Aug 25, 2024
1 parent 477aec5 commit a93f986
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 2 deletions.
27 changes: 25 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ sha256 = "*"
inline_colorization = "*"
zip = "*"
futures = "*"
ron = "*"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.tokio]
version = "1.39.2"
Expand Down
1 change: 1 addition & 0 deletions backend/src/hk_mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ pub struct HkMod {
pub tags: Vec<String>,
}
impl HkMod {
/// Download mod file to mods directory
pub async fn get_mod_file(&self) {
println!("\nDownloading mod: {}", self.name);

Expand Down
Empty file added backend/src/installed_mods.rs
Empty file.

0 comments on commit a93f986

Please sign in to comment.