diff options
| author | 2025-01-21 19:10:44 -0600 | |
|---|---|---|
| committer | 2025-01-21 19:10:44 -0600 | |
| commit | 601586bc1263cb0e746181f8750a443ab0d4aaf1 (patch) | |
| tree | 136b33558a29e26be9b68335d69a010c9f8e4777 /Cargo.toml | |
| parent | use regular strings for jvm arguments (diff) | |
support jre specified in profile
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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] |
