From 601586bc1263cb0e746181f8750a443ab0d4aaf1 Mon Sep 17 00:00:00 2001 From: bigfoot547 Date: Tue, 21 Jan 2025 19:10:44 -0600 Subject: support jre specified in profile --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 34f1eda..5b3e38d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,6 +17,7 @@ sha1_smol = { version = "1.0.1", features = ["alloc", "std", "serde"] } sysinfo = { version = "0.33.1", features = ["system", "multithread"] } tokio = { version = "1.42.0", features = ["fs", "io-util", "sync", "rt"] } tokio-stream = { version = "0.1.17", features = ["fs"] } +walkdir = "2.5.0" zip = { version = "2.2.2", default-features = false, features = ["bzip2", "deflate", "deflate64", "lzma", "xz"] } [workspace] -- cgit v1.2.3-70-g09d2