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!!