mirror of
https://github.com/mmvanheusden/SteamDepotDownloaderGUI.git
synced 2026-02-04 05:31:19 +01:00
Bumps the cargo-deps group in /src-tauri with 2 updates: [serde](https://github.com/serde-rs/serde) and [tauri-build](https://github.com/tauri-apps/tauri). Updates `serde` from 1.0.214 to 1.0.215 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.214...v1.0.215) Updates `tauri-build` from 2.0.2 to 2.0.3 - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](https://github.com/tauri-apps/tauri/compare/tauri-build-v2.0.2...tauri-build-v2.0.3) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: tauri-build dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
29 lines
798 B
TOML
29 lines
798 B
TOML
[package]
|
|
name = "vectum"
|
|
version = "3.0.0-alpha.2"
|
|
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.0.6", features = [] }
|
|
tauri-plugin-shell = "2.0.2"
|
|
tauri-plugin-dialog = "2.0.3"
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
derive-getters = "0.5.0"
|
|
sha256 = "1.5.0"
|
|
reqwest = { version = "0.12.9",features = ["blocking"] }
|
|
zip = "2.2.0"
|
|
async-process = "2.3.0"
|
|
|
|
[profile.dev]
|
|
incremental = true
|