Files
dsh-easy-desktop/crates/dsh-core/Cargo.toml

25 lines
469 B
TOML

[package]
name = "dsh-core"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
description = "Launcher, updater, and profile helpers for DeepSeek Harness Desktop"
[dependencies]
base64 = "0.22"
dirs = "6"
regex = "1"
serde = { version = "1", features = ["derive"] }
semver = "1"
serde_json = "1"
shlex = "1"
thiserror = "2"
which = "8"
[target.'cfg(unix)'.dependencies]
libc = "0.2"
[dev-dependencies]
tempfile = "3"