| 1 | [package] |
| 2 | name = "wanda-core" |
| 3 | version.workspace = true |
| 4 | edition.workspace = true |
| 5 | license.workspace = true |
| 6 | description = "Core library for WANDA - WeMod launcher for Linux" |
| 7 | |
| 8 | [dependencies] |
| 9 | tokio.workspace = true |
| 10 | serde.workspace = true |
| 11 | serde_json.workspace = true |
| 12 | toml.workspace = true |
| 13 | thiserror.workspace = true |
| 14 | anyhow.workspace = true |
| 15 | tracing.workspace = true |
| 16 | reqwest.workspace = true |
| 17 | dirs.workspace = true |
| 18 | walkdir.workspace = true |
| 19 | futures.workspace = true |
| 20 | |
| 21 | # VDF parsing (Steam config files) |
| 22 | keyvalues-parser = "0.2" |
| 23 | keyvalues-serde = "0.2" |