mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-02-22 15:47:54 +01:00
Add new_xplatform_command() helper in yaak-common that creates a tokio::process::Command with CREATE_NO_WINDOW flag set on Windows. Also converts git commands to async for consistency.
10 lines
185 B
TOML
10 lines
185 B
TOML
[package]
|
|
name = "yaak-common"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
serde_json = { workspace = true }
|
|
tokio = { workspace = true, features = ["process"] }
|