Files
SteamDepotDownloaderGUI/src-tauri/Cargo.toml
2024-12-12 19:48:53 +01:00

28 lines
771 B
TOML

[package]
name = "vectum"
version = "3.0.1"
description = "Download older versions of Steam games with DepotDownloader"
authors = ["mmvanheusden"]
edition = "2021"
license = "GPL-3.0-only"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
tauri-build = { version = "2.0.3", features = [] }
[dependencies]
fix-path-env = { git = "https://github.com/tauri-apps/fix-path-env-rs" }
tauri = { version = "2.1.1", features = [] }
tauri-plugin-shell = "2.2.0"
tauri-plugin-dialog = "2.2.0"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
derive-getters = "0.5.0"
reqwest = { version = "0.12.9",features = ["blocking"] }
zip = "2.2.1"
tauri-plugin-fs = "2"
[profile.dev]
incremental = true