From fb7e76fe78163ab0bac39603407f73245a3461fd Mon Sep 17 00:00:00 2001 From: Samuel Walker Date: Thu, 18 Jul 2024 19:25:49 -0600 Subject: [PATCH] added cobble_core crate --- FCLauncher/src-tauri/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/FCLauncher/src-tauri/Cargo.toml b/FCLauncher/src-tauri/Cargo.toml index a35076f..18faf0c 100644 --- a/FCLauncher/src-tauri/Cargo.toml +++ b/FCLauncher/src-tauri/Cargo.toml @@ -27,6 +27,7 @@ futures-util = "0.3.30" ssh2 = "0.9.4" chrono = "0.4.38" zip = "2.1.3" +cobble-core = { version = "1.2.0", features = ["auth", "serde", "modded"] } [features] # This feature is used for production builds or when a dev server is not specified, DO NOT REMOVE!!