Files
system-doctor/src-tauri/Cargo.toml
Julian Freeman 4be0fdcb74 more preset bsod
2025-11-27 09:18:42 -04:00

28 lines
740 B
TOML

[package]
name = "system-doctor"
version = "0.1.0"
description = "System diagnosis"
authors = ["Julian"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
tauri-build = { version = "2", features = [] }
[dependencies]
tauri = { version = "2", features = [] }
tauri-plugin-opener = "2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
sysinfo = "0.30"
wmi = "0.13"
chrono = { version = "0.4", features = ["serde"] }
tokio = { version = "1", features = ["full"] }
minidump = "0.19"
csv = "1.3"
[features]
# this feature is used for production builds or when `devPath` points to the filesystem
custom-protocol = ["tauri/custom-protocol"]