[package]
name = "lighty-java"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
documentation.workspace = true
rust-version.workspace = true
description = "Java runtime management for Lighty Launcher"
[dependencies]
lighty-core = { workspace = true }
tokio.workspace = true
reqwest.workspace = true
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
tracing.workspace = true
tokio-tar.workspace = true
async-compression.workspace = true
zip.workspace = true
directories.workspace = true
path-absolutize.workspace = true
os_info.workspace = true
once_cell.workspace = true