[package] name = "wanda-core" version.workspace = true edition.workspace = true license.workspace = true description = "Core library for WANDA - WeMod launcher for Linux" [dependencies] tokio.workspace = true serde.workspace = true serde_json.workspace = true toml.workspace = true thiserror.workspace = true anyhow.workspace = true tracing.workspace = true reqwest.workspace = true dirs.workspace = true walkdir.workspace = true futures.workspace = true # VDF parsing (Steam config files) keyvalues-parser = "0.2" keyvalues-serde = "0.2"