16ef83228b
* feat: async downloader + other fixes * feat: windows command parsing + use library path for install path * feat: better proton support * feat: style fixes and store button now uses in-app * feat: emulator rename + umu emulator fix * feat: bring process creation inline with docs * fix: clippy
22 lines
538 B
TOML
22 lines
538 B
TOML
[package]
|
|
name = "process"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
chrono = "0.4.42"
|
|
client = { path = "../client", version = "0.1.0" }
|
|
database = { path = "../database", version = "0.1.0" }
|
|
dynfmt = { version = "0.1.5", features = ["curly"] }
|
|
games = { path = "../games", version = "0.1.0" }
|
|
keyvalues-parser = "0.2.3"
|
|
log = "0.4.28"
|
|
page_size = "0.6.0"
|
|
serde = "1.0.228"
|
|
serde_with = "3.15.0"
|
|
shared_child = "1.1.1"
|
|
shell-words = "1.1.1"
|
|
tauri = "*"
|
|
tauri-plugin-opener = "*"
|
|
utils = { path = "../utils", version = "0.1.0" }
|